From a2668657ae21f07283667dc8b4cfa461687cab3e Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期四, 10 十月 2024 13:55:34 +0800
Subject: [PATCH] 1

---
 src/layout/index.vue                        |    2 +-
 src/views/login/components/passwordForm.vue |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 0265cae..b815b1f 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -293,7 +293,7 @@
 					this.$router.push({path: '/myiframe/urlPath',query:{name: foundRoute.name,src:foundRoute.origin}});
 					return;
 				}
-				if(foundRoute.name != "鏁板瓧鐪嬫澘") {
+				if(foundRoute.name != "鐪嬫澘") {
 					this.$router.push({path: key});
 				}else {
 					window.open(key + `?token=${TOKEN}`,'_blank');
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