Commit 3a935c20 by ethanlamzs

发布一个版本.fb test

1 parent 877cada6
...@@ -300,4 +300,4 @@ const proxy = { ...@@ -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://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 \ 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 \ No newline at end of file
...@@ -4,7 +4,7 @@ const menuData = [{ ...@@ -4,7 +4,7 @@ const menuData = [{
name: 'dashboard', name: 'dashboard',
icon: 'dashboard', icon: 'dashboard',
path: 'dashboard', path: 'dashboard',
hideInMenu: false, hideInMenu: true,
children: [{ children: [{
name: '分析页', name: '分析页',
path: 'analysis', path: 'analysis',
...@@ -14,7 +14,7 @@ const menuData = [{ ...@@ -14,7 +14,7 @@ const menuData = [{
}, { }, {
name: '工作台', name: '工作台',
path: 'workplace', path: 'workplace',
hideInMenu: false, hideInMenu: true,
}], }],
}, { }, {
name: '表单页', name: '表单页',
...@@ -31,12 +31,12 @@ const menuData = [{ ...@@ -31,12 +31,12 @@ const menuData = [{
authority: 'admin', authority: 'admin',
path: 'advanced-form', path: 'advanced-form',
}], }],
hideInMenu: false, hideInMenu: true,
}, { }, {
name: '列表页', name: '列表页',
icon: 'table', icon: 'table',
path: 'list', path: 'list',
hideInMenu: false, hideInMenu: true,
children: [{ children: [{
name: '查询表格', name: '查询表格',
path: 'table-list', path: 'table-list',
...@@ -72,7 +72,7 @@ const menuData = [{ ...@@ -72,7 +72,7 @@ const menuData = [{
path: 'advanced', path: 'advanced',
authority: 'admin', authority: 'admin',
}], }],
hideInMenu: false, hideInMenu: true,
}, { }, {
name: '结果页', name: '结果页',
icon: 'check-circle-o', icon: 'check-circle-o',
...@@ -84,7 +84,7 @@ const menuData = [{ ...@@ -84,7 +84,7 @@ const menuData = [{
name: '失败', name: '失败',
path: 'fail', path: 'fail',
}], }],
hideInMenu: false, hideInMenu: true,
}, { }, {
name: '异常页', name: '异常页',
icon: 'warning', icon: 'warning',
......
...@@ -259,13 +259,15 @@ export default class schoollist extends PureComponent { ...@@ -259,13 +259,15 @@ export default class schoollist extends PureComponent {
<Modal <Modal
title="分析结果" title="分析结果"
visible={modalVisible} visible={modalVisible}
width='320'
onOk={() => this.handleModalVisible()} onOk={() => this.handleModalVisible()}
onCancel={() => this.handleModalVisible()} onCancel={() => this.handleModalVisible()}
> >
<div> <Card bordered={false}>
<img src={analyse_out}></img> <div>
</div> <img src={analyse_out}></img>
</div>
</Card>
</Modal> </Modal>
</PageHeaderLayout> </PageHeaderLayout>
); );
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!