This commit is contained in:
cansnow
2025-12-23 00:18:46 +08:00
parent 59d1ba9a7e
commit f49f1f1ad1
54 changed files with 25338 additions and 333 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
const token = uni.getStorageSync('IMToken');
if (!token) {
uni.redirectTo({
url: "/pages/login/index"
url: "/pages/common/login/index"
})
}
},