| ruoyi-ui/src/layout/components/TagsView/index.vue | ●●●●● patch | view | raw | blame | history | |
| ruoyi-ui/src/permission.js | ●●●●● patch | view | raw | blame | history |
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -87,7 +87,7 @@ }, isFirstView() { try { return this.selectedTag.fullPath === this.visitedViews[1].fullPath || this.selectedTag.fullPath === '/index' return this.selectedTag.fullPath === '/index' || this.selectedTag.fullPath === this.visitedViews[1].fullPath } catch (err) { return false } ruoyi-ui/src/permission.js
@@ -8,7 +8,7 @@ NProgress.configure({ showSpinner: false }) const whiteList = ['/login', '/auth-redirect', '/bind', '/register'] const whiteList = ['/login', '/register'] router.beforeEach((to, from, next) => { NProgress.start()