| | |
| | | <div class="leaderIndex-title"> |
| | | <h1>峰峰矿区综合行政执法局智慧泊车平台</h1> |
| | | <div class="leader-title-left"> |
| | | <h2>欢迎登录,{{userName}}!</h2> |
| | | <h2>欢迎登录,{{userName}}</h2> |
| | | </div> |
| | | <div class="logout" @click="logout"> |
| | | 退出登录 |
| | | </div> |
| | | <div class="leader-title-right" @click="houtaiBtn"> |
| | | <h2>后台管理</h2> |
| | | </div> |
| | | <!-- <div class="leader-title-right" @click="houtaiBtn">--> |
| | | <!-- <h2>后台管理</h2>--> |
| | | <!-- </div>--> |
| | | <div class="weizhang-content"> |
| | | <h2 @click="weizhangBtn(item)" v-if="index < 1" v-for="(item,index) in weizhangList" :key="index">违法车辆:{{item.carNo}}进入{{item.parkName}} {{item.createTime}}</h2> |
| | | </div> |
| | |
| | | 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.createMap(BMap) |
| | | }) |
| | | this.newTimes() |
| | | this.userName = JSON.parse(this.getStore('userinfo')).name |
| | | this.userName = this.getStore('userinfo') |
| | | this.getData() |
| | | this.$nextTick(() => { |
| | | this.createMap() |
| | |
| | | this.$refs.zhipaiForm.initData() |
| | | }) |
| | | }, |
| | | createMap(){ // // 方法 - 创建地图 |
| | | createMap(BMap){ // // 方法 - 创建地图 |
| | | // 在百度地图容器中创建地图实例 |
| | | let map = new BMap.Map("container"); |
| | | // 将map变量存储在全局 |
| | | this.map = map; |
| | | // let goodsData = require('../../../assets/custom_map_config.json') |
| | | // 设定地图的中心点和坐标 |
| | | let point = new BMap.Point(this.centerLng, this.centerLat); |
| | | // let marker = new BMap.Marker(point) // 创建标注 |
| | | // 设置中心点坐标和地图级别 |
| | | this.map.centerAndZoom(point, 1); |
| | | // 添加自定义覆盖物 |
| | | // this.map.addOverlay(marker) // 将标注添加到地图中 |
| | | // 允许滚轮缩放 |
| | | this.map.enableScrollWheelZoom(point, 15); |
| | | // 设置地图默认缩放比例 |
| | | this.map.setZoom(15); |
| | | this.map.setMapStyle({ |
| | | style:'midnight' |
| | | // styleJson:goodsData |
| | | }); |
| | | this.addHeatMap(this.map) |
| | | this.addMarker(this.map,point) |
| | | |
| | | let map = new BMap.Map('container'); |
| | | this.$nextTick(() => { |
| | | // 将map变量存储在全局 |
| | | this.map = map; |
| | | // let goodsData = require('../../../assets/custom_map_config.json') |
| | | // 设定地图的中心点和坐标 |
| | | let point = new BMap.Point(this.centerLng, this.centerLat); |
| | | let marker = new BMap.Marker(point) // 创建标注 |
| | | // 设置中心点坐标和地图级别 |
| | | this.map.centerAndZoom(point, 1); |
| | | // 添加自定义覆盖物 |
| | | this.map.addOverlay(marker) // 将标注添加到地图中 |
| | | // 允许滚轮缩放 |
| | | this.map.enableScrollWheelZoom(point, 15); |
| | | // 设置地图默认缩放比例 |
| | | this.map.setZoom(15); |
| | | this.map.setMapStyle({ |
| | | // style:'midnight', |
| | | styleJson:goodsData |
| | | }); |
| | | |
| | | this.map.addEventListener("tilesloaded", () => { |
| | | this.addHeatMap(this.map); // 确保在 tilesloaded 事件后调用 |
| | | }); |
| | | |
| | | // this.addHeatMap(this.map) |
| | | this.addMarker(this.map,point) |
| | | }) |
| | | }, |
| | | addHeatMap(map) { //热力图 |
| | | this.$byutil.postData(this,this.pageConfig.getLogoUrl,null,res => { |
| | |
| | | } |
| | | .leader-title-left{ |
| | | position: absolute; |
| | | left: 0.2083rem /* 40/192 */; |
| | | left: 0.3183rem /* 40/192 */; |
| | | top:0.0521rem /* 10/192 */; |
| | | cursor: pointer; |
| | | h2{ |
| | |
| | | background: url('../../../assets/images/wait-bj.png') no-repeat center; |
| | | background-size: 100% 100%; |
| | | position: absolute; |
| | | right: 0.667rem /* 50/75 */; |
| | | right: 0.3183rem /* 50/75 */; |
| | | top:0.0729rem /* 14/192 */; |
| | | color: #fff; |
| | | display: flex; |