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';
import { Roles, System,Setup,Set } from './containers';
import { Roles, System, Setup, Set } from './containers';
export default [
{
@ -30,7 +30,7 @@ export default [
component: System,
breadcrumb: '系统映射',
}]
},, {
}, {
path: '/order',
key: 'order',
breadcrumb: '工单管理',

Loading…
Cancel
Save