|
@@ -4,7 +4,7 @@ import { Message } from 'element-ui'
|
|
import NProgress from 'nprogress'
|
|
import NProgress from 'nprogress'
|
|
import 'nprogress/nprogress.css'
|
|
import 'nprogress/nprogress.css'
|
|
import { getToken } from '@/utils/auth'
|
|
import { getToken } from '@/utils/auth'
|
|
-
|
|
|
|
|
|
+import { decrypt } from '@/utils/jsencrypt'
|
|
NProgress.configure({ showSpinner: false })
|
|
NProgress.configure({ showSpinner: false })
|
|
|
|
|
|
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
|
|
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
|