Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
God 1 year ago
parent
commit
20419e5127
  1. 8
      yxt-as-ui/src/router/index.js

8
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: '出库管理',

Loading…
Cancel
Save