We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8247129 commit ebd86b3Copy full SHA for ebd86b3
admin/src/permission.js
@@ -17,7 +17,7 @@ if (store.getters.roles.length === 0 && sessionStorage.getItem('roles')) {
17
// router.addRoutes(routeAdmin)
18
// router.addRoutes(routeSuper)
19
20
-const whiteList = ['/login', '/index', '/line', '/home', '/404', '/', '', '/md', '/out', '/excel', '/upload'] // 不重定向白名单
+const whiteList = ['/login', '/index', '/line', '/home', '/404', '/', '', '/echarts', '/md', '/out', '/excel', '/upload'] // 不重定向白名单
21
router.beforeEach((to, from, next) => {
22
NProgress.start()
23
if (getToken()) {
0 commit comments