| | |
| | | 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: { |
| | |
| | | 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, //统计数据定时器 |
| | |
| | | } |
| | | }, |
| | | 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() |