From 031f3a97f1aa55617ad39506c6cafac2ff6a0938 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 03 十一月 2024 20:04:36 +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