This commit is contained in:
cun-nan 2024-09-18 09:47:17 +08:00
parent 37ebf7fdbb
commit 65758df585
2 changed files with 3 additions and 1 deletions

View File

@ -102,6 +102,8 @@ export default {
});
//
this.AutoComplete = new AMap.AutoComplete({ city: "全国" });
//
this.setMapMarker();
//;
this.map.on("click", (e) => {
//

View File

@ -51,7 +51,7 @@
<img src="@/assets/menu_icon/youqiang.png" v-if="!activeMenu.includes(item.path)" style="width: 21px;height: 21px;"/>
<img src="@/assets/menu_icon/youqiang_b.png" v-else style="width: 21px;height: 21px;"/>
</span>
<span style="margin-right: 10px;" v-if="item.meta.title=='便利店'">
<span style="margin-right: 10px;" v-if="item.meta.title=='便利店管理'">
<img src="@/assets/menu_icon/car.png" v-if="!activeMenu.includes('/convenience')" style="width: 21px;height: 21px;"/>
<img src="@/assets/menu_icon/car_b.png" v-else style="width: 21px;height: 21px;"/>
</span>