From be95e77f3063808115ce5de281036ed3d1daa6d0 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Thu, 23 Oct 2025 18:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/private/hook.tsx | 2 +- src/views/system/secondPassword/index.vue | 60 +++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 src/views/system/secondPassword/index.vue 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