a4ed9356 by lihua

尝试修改登录

1 parent 2192cb82
...@@ -26,7 +26,7 @@ router.beforeEach(async (to, from, next) => { ...@@ -26,7 +26,7 @@ router.beforeEach(async (to, from, next) => {
26 const menuStore = useMenuStore() 26 const menuStore = useMenuStore()
27 const routeStore = useRouteStore() 27 const routeStore = useRouteStore()
28 settingsStore.settings.app.enableProgress && (isLoading.value = true); 28 settingsStore.settings.app.enableProgress && (isLoading.value = true);
29 if (to.query.code && localStorage.getItem('state') != to.query.state) { 29 if (to.query.code) {
30 next(); 30 next();
31 return; 31 return;
32 } 32 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!