auto jump to mobile page when use mobile device access the page

This commit is contained in:
RockYang
2024-10-04 11:25:01 +08:00
parent 88e7c39066
commit e2960b2607
8 changed files with 27 additions and 26 deletions

View File

@@ -218,7 +218,7 @@ export function showLoginDialog(router) {
message:
'此操作需要登录才能进行,前往登录?',
}).then(() => {
router.push("/login")
router.push("/mobile/login")
}).catch(() => {
// on cancel
});