update 优化 !pr382 修复一些问题 完事流程逻辑
This commit is contained in:
@ -10,7 +10,7 @@ import useSettingsStore from '@/store/modules/settings';
|
||||
import usePermissionStore from '@/store/modules/permission';
|
||||
|
||||
NProgress.configure({ showSpinner: false });
|
||||
const whiteList = ['/login', '/register', '/social-login'];
|
||||
const whiteList = ['/login', '/register', '/social-callback'];
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
NProgress.start();
|
||||
|
Reference in New Issue
Block a user