Commit 9fd72756 by ethanlamzs

重新命名功能

1 parent 13668f48
......@@ -124,7 +124,7 @@ const menuData = [{
icon: 'table',
path: 'devutil',
children: [{
name: '企业号通讯录',
name: '企业号',
path: 'linkmanadm',
}],
}
......
......@@ -160,7 +160,7 @@ export const getRouterData = (app) => {
component: dynamicWrapper(app, [], () => import('../routes/User/RegisterResult')),
},
'/devutil/linkmanadm': {
component: dynamicWrapper(app, ['schools'], () => import('../routes/devutil/linkmanadm2')),
component: dynamicWrapper(app, ['schools'], () => import('../routes/devutil/schoollist')),
},
// '/user/:id': {
// component: dynamicWrapper(app, [], () => import('../routes/User/SomeComponent')),
......
......@@ -6,7 +6,7 @@ import { Table, Alert, Badge, Divider } from 'antd';
import StandardTable from '../../components/StandardTableM';
import PageHeaderLayout from '../../layouts/PageHeaderLayout';
import styles from './linkmanadm2.less';
import styles from './schoollist.less';
import moment from 'moment';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!