From 0a0114964007502d1a855c34e601e437be947c5e Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期二, 18 十一月 2025 16:09:45 +0800
Subject: [PATCH] 1
---
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