From 73d31462ab200db723836e1444a099643eefbcdc Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 7 May 2024 17:07:36 +0800 Subject: [PATCH] 111 --- yxt-as-ui/src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-as-ui/src/router/index.js b/yxt-as-ui/src/router/index.js index b8db616341..5a37f30fc2 100644 --- a/yxt-as-ui/src/router/index.js +++ b/yxt-as-ui/src/router/index.js @@ -229,8 +229,8 @@ export const constantRoutes = [{ title: '仓储' }, children: [{ - path: 'outStorage', - name: 'outStorage', + path: '/outStorage', + name: 'OutStorage', component: () => import('@/views/storage/outStorage/index'), meta: { title: '出库管理',