From 63499f1fb0266e4b34e63d3c8404e3b9ddfd8fdb Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 22 十二月 2025 09:16:41 +0800
Subject: [PATCH] feat: 修改大屏
---
src/components/page/leaderShow/leaderIndex.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/components/page/leaderShow/leaderIndex.vue b/src/components/page/leaderShow/leaderIndex.vue
index b7e9438..2d71b43 100644
--- a/src/components/page/leaderShow/leaderIndex.vue
+++ b/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: {
@@ -230,8 +231,8 @@
pageConfig: {
getDataUrl: this.$systemconfig.basePath + '/statistic/getData1',
getLogoUrl: this.$systemconfig.basePath + '/statistic/getLogo',
- findAllUrl: this.$systemconfig.basePath + '/user/findAll',
- illegalCarUrl: this.$systemconfig.basePath + '/notice/illegalCar2',
+ findAllUrl: this.$systemconfig.basePath + '/ffzf/user/findAll',
+ illegalCarUrl: this.$systemconfig.basePath + '/ffzf/notice/illegalCar2',
},
weizhangTimer:null, //杩濈珷list瀹氭椂鍣�
getDataTimer:null, //缁熻鏁版嵁瀹氭椂鍣�
@@ -292,8 +293,13 @@
}
},
mounted() {
+ BaiduMap.init()
+ .then((BMap) => {
+ console.log('鍦板浘鍒濆鍖�')
+ this.inits()
+ })
this.newTimes()
- this.userName = this.getStore('name')
+ this.userName = this.getStore('userinfo').name
this.getData()
this.$nextTick(() => {
this.createMap()
--
Gitblit v1.9.1