Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 6ade04e

Browse files
committed
新增 登录无缝切换
1 parent 8158fe2 commit 6ade04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default {
216216
}
217217
await sleep(1500);
218218
// router.push({ path: `/` });
219-
window.location.href = "/";
219+
// window.location.href = "/";
220220
},
221221
async requestLoginInfo() {
222222
const res = await request({

0 commit comments

Comments
 (0)