mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-01 14:40:44 +08:00
fix(electron): remove search account login
This commit is contained in:
parent
72c23654c9
commit
a06afe1468
|
@ -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…
Reference in New Issue
Block a user