|
@@ -13,18 +13,18 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
|
13
|
13
|
router.beforeEach((to, from, next) => {
|
14
|
14
|
// 线上注释
|
15
|
15
|
// if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
|
16
|
|
- // store.dispatch('VerifyConfigList', []).then(() => {
|
17
|
|
- // next()
|
18
|
|
- // })
|
19
|
|
- // }
|
20
|
|
- // if (store.getters.permission_routers === undefined) {
|
21
|
|
- // store.dispatch('xt_GenerateRoutes', []).then(() => {
|
22
|
|
- // next()
|
23
|
|
- // })
|
24
|
|
- // } else {
|
25
|
|
- // next()
|
26
|
|
- // }
|
27
|
|
- // return
|
|
16
|
+ // store.dispatch('VerifyConfigList', []).then(() => {
|
|
17
|
+ // next()
|
|
18
|
+ // })
|
|
19
|
+ // }
|
|
20
|
+ // if (store.getters.permission_routers === undefined) {
|
|
21
|
+ // store.dispatch('xt_GenerateRoutes', []).then(() => {
|
|
22
|
+ // next()
|
|
23
|
+ // })
|
|
24
|
+ // } else {
|
|
25
|
+ // next()
|
|
26
|
+ // }
|
|
27
|
+ // return
|
28
|
28
|
// 线上注释
|
29
|
29
|
|
30
|
30
|
NProgress.start()
|