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 3a935c20
authored
2018-04-08 14:44:34 +0800
by
ethanlamzs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发布一个版本.fb test
1 parent
877cada6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
.roadhogrc.mock.js
src/common/menu.js
src/routes/fb/teams.js
.roadhogrc.mock.js
View file @
3a935c2
...
...
@@ -300,4 +300,4 @@ const proxy = {
};
//export default noProxy ? { "GET /*": "http://www.weixiao100.cn/","POST /*": "http://www.weixiao100.cn/" } : delay(proxy, 1000);
export
default
noProxy
?
{
"GET /*"
:
"http://127.0.0.1:5000/"
,
"POST /*"
:
"http://127.0.0.1:5000/"
}
:
delay
(
proxy
,
1000
);
\ No newline at end of file
export
default
noProxy
?
{
"GET /*"
:
"http://120.79.153.141:5000/"
,
"POST /*"
:
"http://120.79.153.141:5000/"
}
:
delay
(
proxy
,
1000
);
\ No newline at end of file
src/common/menu.js
View file @
3a935c2
...
...
@@ -4,7 +4,7 @@ const menuData = [{
name
:
'dashboard'
,
icon
:
'dashboard'
,
path
:
'dashboard'
,
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
children
:
[{
name
:
'分析页'
,
path
:
'analysis'
,
...
...
@@ -14,7 +14,7 @@ const menuData = [{
},
{
name
:
'工作台'
,
path
:
'workplace'
,
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
}],
},
{
name
:
'表单页'
,
...
...
@@ -31,12 +31,12 @@ const menuData = [{
authority
:
'admin'
,
path
:
'advanced-form'
,
}],
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
},
{
name
:
'列表页'
,
icon
:
'table'
,
path
:
'list'
,
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
children
:
[{
name
:
'查询表格'
,
path
:
'table-list'
,
...
...
@@ -72,7 +72,7 @@ const menuData = [{
path
:
'advanced'
,
authority
:
'admin'
,
}],
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
},
{
name
:
'结果页'
,
icon
:
'check-circle-o'
,
...
...
@@ -84,7 +84,7 @@ const menuData = [{
name
:
'失败'
,
path
:
'fail'
,
}],
hideInMenu
:
fals
e
,
hideInMenu
:
tru
e
,
},
{
name
:
'异常页'
,
icon
:
'warning'
,
...
...
src/routes/fb/teams.js
View file @
3a935c2
...
...
@@ -259,13 +259,15 @@ export default class schoollist extends PureComponent {
<
Modal
title
=
"分析结果"
visible
=
{
modalVisible
}
width
=
'320'
onOk
=
{()
=>
this
.
handleModalVisible
()}
onCancel
=
{()
=>
this
.
handleModalVisible
()}
>
<
div
>
<
img
src
=
{
analyse_out
}
><
/img
>
<
/div
>
<
Card
bordered
=
{
false
}
>
<
div
>
<
img
src
=
{
analyse_out
}
><
/img
>
<
/div
>
<
/Card
>
<
/Modal
>
<
/PageHeaderLayout
>
);
...
...
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