Commit 3a935c20 by ethanlamzs

发布一个版本.fb test

1 parent 877cada6
......@@ -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
......@@ -4,7 +4,7 @@ const menuData = [{
name: 'dashboard',
icon: 'dashboard',
path: 'dashboard',
hideInMenu: false,
hideInMenu: true,
children: [{
name: '分析页',
path: 'analysis',
......@@ -14,7 +14,7 @@ const menuData = [{
}, {
name: '工作台',
path: 'workplace',
hideInMenu: false,
hideInMenu: true,
}],
}, {
name: '表单页',
......@@ -31,12 +31,12 @@ const menuData = [{
authority: 'admin',
path: 'advanced-form',
}],
hideInMenu: false,
hideInMenu: true,
}, {
name: '列表页',
icon: 'table',
path: 'list',
hideInMenu: false,
hideInMenu: true,
children: [{
name: '查询表格',
path: 'table-list',
......@@ -72,7 +72,7 @@ const menuData = [{
path: 'advanced',
authority: 'admin',
}],
hideInMenu: false,
hideInMenu: true,
}, {
name: '结果页',
icon: 'check-circle-o',
......@@ -84,7 +84,7 @@ const menuData = [{
name: '失败',
path: 'fail',
}],
hideInMenu: false,
hideInMenu: true,
}, {
name: '异常页',
icon: 'warning',
......
......@@ -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>
);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!