diff --git a/src/views/system/private/hook.tsx b/src/views/system/private/hook.tsx
index 554f4f8..c9419bf 100644
--- a/src/views/system/private/hook.tsx
+++ b/src/views/system/private/hook.tsx
@@ -19,7 +19,7 @@ export function useData() {
loading.value = true;
const { data, code } = await getConfigTypeList({});
if (code) {
- tableList.value = data
+ tableList.value = data.filter(ele => { return ele.id !== 11 })
activeId.value = data[0].id
getInfo(activeId.value)
}
diff --git a/src/views/system/secondPassword/index.vue b/src/views/system/secondPassword/index.vue
new file mode 100644
index 0000000..e8e150c
--- /dev/null
+++ b/src/views/system/secondPassword/index.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+ 保存配置
+
+
+
\ No newline at end of file