Browse Source

项目集信息统计查询

dev
CODE 1 year ago
parent
commit
0bfa29cc89
  1. 4
      web/client/src/sections/install/routes.js

4
web/client/src/sections/install/routes.js

@ -1,5 +1,5 @@
'use strict'; 'use strict';
import { Roles, System,Setup,Set } from './containers'; import { Roles, System, Setup, Set } from './containers';
export default [ export default [
{ {
@ -30,7 +30,7 @@ export default [
component: System, component: System,
breadcrumb: '系统映射', breadcrumb: '系统映射',
}] }]
},, { }, {
path: '/order', path: '/order',
key: 'order', key: 'order',
breadcrumb: '工单管理', breadcrumb: '工单管理',

Loading…
Cancel
Save