From 43c2ebf8b5df8a785b5c717eede3aac52962cd5e Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期一, 04 十一月 2024 13:40:27 +0800 Subject: [PATCH] 1 --- 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..a7c9f67 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.isOpen != "2") { this.$router.push({path: key}); }else { window.open(key + `?token=${TOKEN}`,'_blank'); -- Gitblit v1.9.3