调节系统开发

This commit is contained in:
gyj
2024-01-10 18:09:46 +08:00
parent fec7d4626c
commit 70e12e5618
6 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
},
checkLogin() {
if (!getToken()) {
this.$tab.reLaunch('/pages/login')
this.$tab.reLaunch('/pages/switchSystem')
}
}
}