更新二级密码配置

This commit is contained in:
yziiy
2025-10-23 18:06:15 +08:00
parent be95e77f30
commit 07a0a11813

View File

@@ -19,6 +19,7 @@ export function useData() {
loading.value = true;
const { data, code } = await getConfigTypeList({});
if (code) {
// 测试git
tableList.value = data.filter(ele => { return ele.id !== 11 })
activeId.value = data[0].id
getInfo(activeId.value)