NEZ-2969 fix:登录成功后,依然跳转到了 setup 页面

This commit is contained in:
zhangyu
2023-07-06 17:07:46 +08:00
parent f80f0dc3c9
commit ca2a4dc5e4

View File

@@ -5,7 +5,7 @@ import { returnMenuCode, sortByOrderNum, permissionWhiteList, hasMenu } from '@/
import moment from 'moment-timezone'
import { theme } from '@/components/common/js/constants'
const noJumpPath = ['/', '/login', '/ui/login']
const noJumpPath = ['/', '/login', '/ui/login', '/setup']
const user = {
state: {
menuList: [],