CN-980 fix: 实体详情增加顶部菜单和面包屑

This commit is contained in:
chenjinsong
2023-05-15 15:31:22 +08:00
parent eeb03c5550
commit 21b65344e0
4 changed files with 23 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import { storageKey } from '@/utils/constants'
import { loadI18n } from '@/i18n'
const loginWhiteList = ['/login', '/'] // 免登陆白名单
const permissionWhiteList = [...loginWhiteList, '/entityDetail'] // 权限白名单
const permissionWhiteList = [...loginWhiteList] // 权限白名单
router.beforeEach(async (to, from, next) => {
if (to.path.indexOf('/login') == -1) {