Browse Source

Merge remote-tracking branch 'origin/master'

master
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, component: Layout,
redirect: '/operation', redirect: '/warehouse',
meta: { meta: {
title: '仓库管理' title: '仓库管理'
}, },
@ -229,8 +229,8 @@ export const constantRoutes = [{
title: '仓储' title: '仓储'
}, },
children: [{ children: [{
path: 'outStorage', path: '/outStorage',
name: 'outStorage', name: 'OutStorage',
component: () => import('@/views/storage/outStorage/index'), component: () => import('@/views/storage/outStorage/index'),
meta: { meta: {
title: '出库管理', title: '出库管理',

Loading…
Cancel
Save