mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-21 02:24:32 +08:00
auto jump to mobile page when use mobile device access the page
This commit is contained in:
@@ -218,7 +218,7 @@ export function showLoginDialog(router) {
|
||||
message:
|
||||
'此操作需要登录才能进行,前往登录?',
|
||||
}).then(() => {
|
||||
router.push("/login")
|
||||
router.push("/mobile/login")
|
||||
}).catch(() => {
|
||||
// on cancel
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user