Browse Source

Merge remote-tracking branch 'origin/master'

master
God 1 year ago
parent
commit
ab3f7b8ab8
  1. 2
      yxt-as-ui/src/router/index.js

2
yxt-as-ui/src/router/index.js

@ -229,7 +229,7 @@ export const constantRoutes = [{
title: '仓储'
},
children: [{
path: '/outStorage',
path: '/outStorage/index',
name: 'OutStorage',
component: () => import('@/views/storage/outStorage/index'),
meta: {

Loading…
Cancel
Save