| | |
| | | |
| | | NProgress.configure({ showSpinner: false }) // NProgress Configuration |
| | | |
| | | const whiteList = ['/user/login', '/user/register', '/user/register-result','/user/alteration'] // no redirect whitelist |
| | | const whiteList = ['/user/login', '/user/register', '/user/register-result','/user/alteration','/WorkshopSignage'] // no redirect whitelist |
| | | whiteList.push(OAUTH2_LOGIN_PAGE_PATH) |
| | | |
| | | router.beforeEach((to, from, next) => { |
| | |
| | | to.matched.splice(2, to.matched.length - 3) |
| | | } |
| | | //update-end---author:scott ---date::2022-10-13 for:[jeecg-boot/issues/4091]多级路由缓存问题 #4091-------------- |
| | | |
| | | |
| | | |
| | | |
| | | NProgress.start() // start progress bar |
| | | |
| | | if (Vue.ls.get(ACCESS_TOKEN)) { |