From f29900986f01cf5d39b5755cec674825cef27961 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期二, 19 十一月 2024 19:25:41 +0800 Subject: [PATCH] update --- src/views/login/components/passwordForm.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue index 49a4acc..32d5b14 100644 --- a/src/views/login/components/passwordForm.vue +++ b/src/views/login/components/passwordForm.vue @@ -129,7 +129,6 @@ //鑾峰彇澶氫釜宸ヤ綔鍙� this.$HTTP.get("/api/blade-system/workbench/list?status=1").then(resp => { if (resp.data.length) { - //console.log(resp.data,resp.data[0].name,333); resp.data.forEach((item, index) => { item.component = "home"; item.meta = { title: item.name, icon: 'el-icon-menu', affix: true }; -- Gitblit v1.9.3