mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix(electron): remove search account login
This commit is contained in:
parent
72c23654c9
commit
a06afe1468
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ router.beforeEach((to, from, next) => {
|
|||
if (isLooseLoggedIn()) {
|
||||
next();
|
||||
} else {
|
||||
if (process.env.IS_ELECTRON === true) next({ path: "/login/account" });
|
||||
next({ path: "/login" });
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue