Browse Source

(*) 结构物管理-面包屑优化

master
liujiangyong 1 year ago
parent
commit
3dface79a7
  1. 2
      web/client/src/sections/projectRegime/routes.js

2
web/client/src/sections/projectRegime/routes.js

@ -17,7 +17,7 @@ export default [{
path: '/:id', path: '/:id',
key: ':id', key: ':id',
//component: null, //component: null,
breadcrumb: '结构物', breadcrumb: null,
childRoutes: [{ childRoutes: [{
path: '/point', path: '/point',
key: 'point', key: 'point',

Loading…
Cancel
Save