diff --git a/web/src/utils/libs.js b/web/src/utils/libs.js index 1c151507..88be8fe1 100644 --- a/web/src/utils/libs.js +++ b/web/src/utils/libs.js @@ -236,7 +236,7 @@ export function showLoginDialog(router) { message: '此操作需要登录才能进行,前往登录?', }) .then(() => { - router.push('/mobile/login') + router.push('/login') }) .catch(() => { // on cancel diff --git a/web/src/views/mobile/Profile.vue b/web/src/views/mobile/Profile.vue index 93959046..fb6e0f46 100644 --- a/web/src/views/mobile/Profile.vue +++ b/web/src/views/mobile/Profile.vue @@ -16,9 +16,9 @@