Commit 1a15e10e authored by 邓超's avatar 邓超

fix: 注释掉地图

parent a40aa728
Pipeline #49492 passed with stages
in 6 minutes 1 second
......@@ -2,7 +2,7 @@
* @Description:
* @Author: leizhe
* @Date: 2022-01-13 10:47:32
* @LastEditTime: 2022-05-05 17:24:25
* @LastEditTime: 2022-05-06 15:32:33
* @LastEditors: Please set LastEditors
*/
import { Tabs, Button } from 'antd';
......@@ -36,9 +36,9 @@ const SchemeConfig = () => {
<TabPane tab="方案配置" key="4">
<SolutionConfig />
</TabPane>
<TabPane tab="范围配置" key="5">
{/* <TabPane tab="范围配置" key="5">
<ScopeMap />
</TabPane>
</TabPane> */}
</Tabs>
</div>
</PageContainer>
......
......@@ -490,7 +490,6 @@ const MiniMenu = props => {
};
// 树的拖动
const handleDrop = infos => {
debugger;
const dropKey = infos.node.key;
const dragKey = infos.dragNode.key;
const dropPos = infos.node.pos.split('-');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment