From ca2a4dc5e442f9c902ba30a2400b49ba35e1df5e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 6 Jul 2023 17:07:46 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2969=20fix=EF=BC=9A=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=EF=BC=8C=E4=BE=9D=E7=84=B6=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E4=BA=86=20setup=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/store/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/store/user.js b/nezha-fronted/src/store/user.js index 4bd794ee1..4dedfdf3d 100644 --- a/nezha-fronted/src/store/user.js +++ b/nezha-fronted/src/store/user.js @@ -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: [],