Commit 6cb11384 authored by 皮倩雯's avatar 皮倩雯

fix: '修改web配置新增编辑网站配置提示'

parent 9c974aab
Pipeline #49110 skipped with stages
......@@ -212,7 +212,7 @@ export default props => {
>
<Input autoComplete="off" disabled={isEdit} />
</Form.Item>
<Form.Item name="topMenu" label="功能配置">
<Form.Item name="topMenu" label="顶部功能">
<Checkbox
indeterminate={indeterminate}
onChange={onCheckAllChange}
......@@ -280,7 +280,7 @@ export default props => {
<Radio value={false}></Radio>
</Radio.Group>
</Form.Item>
<Form.Item label="隐藏地图配置" name="hideMap">
<Form.Item label="web4地图" name="hideMap">
<Radio.Group>
<Radio value={false}></Radio>
<Radio value={true}></Radio>
......
......@@ -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