Selaa lähdekoodia

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

zhouy 1 viikko sitten
vanhempi
commit
84a7df0b87

+ 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>