diff --git a/yxt-as-ui/src/router/index.js b/yxt-as-ui/src/router/index.js index 4320de1638..5a37f30fc2 100644 --- a/yxt-as-ui/src/router/index.js +++ b/yxt-as-ui/src/router/index.js @@ -121,9 +121,9 @@ export const constantRoutes = [{ ] }, { - path: '/operation', + path: '/warehouse', component: Layout, - redirect: '/operation', + redirect: '/warehouse', meta: { title: '仓库管理' }, @@ -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: '出库管理',