kongdeqiang
2024-04-22 d6e51b776dfe5cfb575610f423238f98b5e58b94
src/components/page/leaderShow/leaderIndex.vue
@@ -210,6 +210,7 @@
    import shangjiZhipaiForm from "./Dialog/shangjiZhipaiForm";
    import xunjieOrderForm from "./Dialog/xunjieOrderForm";
    import weizhangForm from "./Dialog/weizhangForm";
    import BaiduMap from "../../common/baiduMap";
    export default {
        name: "leaderIndex",
        components: {
@@ -292,6 +293,11 @@
            }
        },
        mounted() {
            BaiduMap.init()
                .then((BMap) => {
                  console.log('地图初始化')
                  this.inits()
                })
            this.newTimes()
            this.userName = this.getStore('name')
            this.getData()