diff --git a/src/views/pictureOnMap/inputSearch.vue b/src/views/pictureOnMap/inputSearch.vue index a1109ca..debceb0 100644 --- a/src/views/pictureOnMap/inputSearch.vue +++ b/src/views/pictureOnMap/inputSearch.vue @@ -56,40 +56,40 @@ const getItem = ref({}); // 道路数据 const roadData = ref([ - { - data: [ - { - id: 1, - name: '软件园中路', - geometry: '', - pointTypeName: '什么什么路', - }, - { - id: 2, - name: '光谷大道', - geometry: '', - pointTypeName: '什么路', - }, - { - id: 3, - name: '光谷大道1', - geometry: '', - pointTypeName: '什么路', - }, - { - id: 4, - name: '光谷大道3', - geometry: '', - pointTypeName: '什么路', - }, - { - id: 5, - name: '关山大道', - geometry: '', - pointTypeName: '1什么路', - }, - ], - }, + // { + // data: [ + // { + // id: 1, + // name: '软件园中路', + // geometry: '', + // pointTypeName: '什么什么路', + // }, + // { + // id: 2, + // name: '光谷大道', + // geometry: '', + // pointTypeName: '什么路', + // }, + // { + // id: 3, + // name: '光谷大道1', + // geometry: '', + // pointTypeName: '什么路', + // }, + // { + // id: 4, + // name: '光谷大道3', + // geometry: '', + // pointTypeName: '什么路', + // }, + // { + // id: 5, + // name: '关山大道', + // geometry: '', + // pointTypeName: '1什么路', + // }, + // ], + // }, ]); watch( () => appStore.MapData,