Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
ant-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9fd72756
authored
2018-01-23 14:17:19 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
重新命名功能
1 parent
13668f48
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
src/common/menu.js
src/common/router.js
src/routes/devutil/linkmanadm2.js → src/routes/devutil/schoollist.js
src/routes/devutil/linkmanadm2.less → src/routes/devutil/schoollist.less
src/common/menu.js
View file @
9fd7275
...
...
@@ -124,7 +124,7 @@ const menuData = [{
icon
:
'table'
,
path
:
'devutil'
,
children
:
[{
name
:
'企业号
通讯录
'
,
name
:
'企业号'
,
path
:
'linkmanadm'
,
}],
}
...
...
src/common/router.js
View file @
9fd7275
...
...
@@ -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')),
...
...
src/routes/devutil/
linkmanadm2
.js
→
src/routes/devutil/
schoollist
.js
View file @
9fd7275
...
...
@@ -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'
;
...
...
src/routes/devutil/
linkmanadm2
.less
→
src/routes/devutil/
schoollist
.less
View file @
9fd7275
File moved
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment