!16 扩展第三方登录授权功能

* add 第三方授权
* add 第三方授权登录
This commit is contained in:
三个三
2023-06-20 04:12:49 +00:00
committed by 疯狂的狮子Li
parent 41d140af11
commit aae6bb7505
10 changed files with 359 additions and 74 deletions

View File

@ -10,7 +10,7 @@ import useSettingsStore from '@/store/modules/settings';
import usePermissionStore from '@/store/modules/permission';
NProgress.configure({ showSpinner: false });
const whiteList = ['/login', '/register'];
const whiteList = ['/login', '/register', '/social-login'];
router.beforeEach(async (to, from, next) => {
NProgress.start();