From 4a01b0cf756aa16c4c3a8b2e5cdfd8db8c8c66ed Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期六, 11 五月 2024 21:48:35 +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 f34284f..e60cd99 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -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