浏览代码

UAS移动版取消百度地图加载

zhouy 1 周之前
父节点
当前提交
84a7df0b87
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      uas-office-web/uas-mobile/src/components/common/formNew/FormInput.jsx

+ 2 - 2
uas-office-web/uas-mobile/src/components/common/formNew/FormInput.jsx

@@ -454,10 +454,10 @@ export default class FormInput extends Component {
              title={billModel.caption}
              popup
       >
-        <div className='map-modal-root'>
+       {/* <div className='map-modal-root'>
           <MapSearch
               onLocationSelect={this.onMapSelect}/>
-        </div>
+        </div>*/}
       </Modal>
     </div>