import React, { useState } from 'react'; import Icon from '../../Icon/index'; import { Popover } from 'antd'; import { gisChildLayer } from '../../../options/layout'; const LargeScreenAddGISChild = (props: IProps) => { const { layerListEvent } = props; const [isVisible, setIsVisible] = useState(false); //考关 const content = (
点击添加子组件