diff --git a/src/assets/map/renyuan/ico1.png b/src/assets/map/renyuan/ico1.png new file mode 100644 index 0000000..191835e Binary files /dev/null and b/src/assets/map/renyuan/ico1.png differ diff --git a/src/assets/map/renyuan/ico2.png b/src/assets/map/renyuan/ico2.png new file mode 100644 index 0000000..1f28bbe Binary files /dev/null and b/src/assets/map/renyuan/ico2.png differ diff --git a/src/assets/map/renyuan/ico3.png b/src/assets/map/renyuan/ico3.png new file mode 100644 index 0000000..9370a0e Binary files /dev/null and b/src/assets/map/renyuan/ico3.png differ diff --git a/src/assets/map/renyuan/ico4.png b/src/assets/map/renyuan/ico4.png new file mode 100644 index 0000000..42475ba Binary files /dev/null and b/src/assets/map/renyuan/ico4.png differ diff --git a/src/assets/map/renyuan/ico5.png b/src/assets/map/renyuan/ico5.png new file mode 100644 index 0000000..ffe9c41 Binary files /dev/null and b/src/assets/map/renyuan/ico5.png differ diff --git a/src/views/map/components/renyuan.vue b/src/views/map/components/renyuan.vue index c66875b..3a1e6e9 100644 --- a/src/views/map/components/renyuan.vue +++ b/src/views/map/components/renyuan.vue @@ -1,6 +1,6 @@ @@ -69,14 +88,18 @@ export default { methods: { getData() { requestFN( - '/map/getPersonByCardNo', + '/map/getLastProp', { CARDNO: this.id, corpId: this.corpId } ).then((data) => { - this.info = data.info.required - this.otherInfo = data.otherInfo + if (data.code === 9999) { + this.$message.success(data.msg) + } else { + this.info = data.userInfo + this.otherInfo = data.statusInfo + } }).catch((e) => { }) } diff --git a/src/views/map/index.vue b/src/views/map/index.vue index c9e9fa0..448143d 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -652,6 +652,16 @@ export default { eliminateAuthorization: [] } // { + // label: '摄像头', + // dialog_width: '1200px', + // check: false, + // type: 'platcamera', + // img: require('../../assets/map/gangkou_index/buttom/ico26.png'), + // checkImg: require('../../assets/map/gangkou_index/buttom/ico26_on.png'), + // containAuthorization: [], + // eliminateAuthorization: [] + // } + // { // label: '车辆定位', // dialog_width: '1200px', // check: false, @@ -1402,7 +1412,6 @@ export default { // eslint-disable-next-line no-unused-vars var _this = this const collection = new Cesium.CustomDataSource('clickEntityCollection') - console.info() poin.forEach(item => { if (!this.poinEntity.hasOwnProperty(item.id)) { const entity = drag.addEntity(item)