From 7026e123ee895d17a7d14c82cc50a3fb1d9c03b2 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期一, 03 六月 2024 23:02:05 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web
---
src/layout/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index f34284f..6672cb4 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -286,7 +286,7 @@
},
handleSelect(key, keyPath) {
var MENU = this.$TOOL.data.get("MENU");
- var foundRoute = this.findRouteByPath(MENU, key);
+ var foundRoute = this.findRouteByPath(MENU, key);
//http://116.63.148.72:8080/xxl-job-admin
var TOKEN = this.$TOOL.cookie.get("TOKEN");
if(key == '/i/浠诲姟璋冨害') {
@@ -296,7 +296,7 @@
if(foundRoute.name != "鏁板瓧鐪嬫澘") {
this.$router.push({path: key});
}else {
- window.open(key + `?token= + ${TOKEN}`,'_blank');
+ window.open(key + `?token=${TOKEN}`,'_blank');
}
},
openSetting(){
--
Gitblit v1.9.3