From a0149ab863efb9077f5305791821015ae24c6284 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期三, 16 十月 2024 23:43:56 +0800
Subject: [PATCH] 操作居左
---
src/layout/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 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');
--
Gitblit v1.9.3