Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
# Conflicts: # front/src/views/home/infrastructureApplication.vue
This commit is contained in:
commit
85b0ecc3dd
|
@ -83,11 +83,12 @@ function createMarkerClusterLayer(layerClassName, mapObj) {
|
|||
maxClusterRadius: 80,
|
||||
})
|
||||
markerClusterLayer.on('clusterclick', function(a) {
|
||||
//console.log('cluster ' + a.layer.getAllChildMarkers().length);
|
||||
//console.log('cluster ' + a.layer.getAllChildMarkers());
|
||||
if (a.layer.getAllChildMarkers().length < 50) {
|
||||
let clusterList = [];
|
||||
for (var i = 0; i < a.layer.getAllChildMarkers().length; i++) {
|
||||
//console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].resourceData);
|
||||
//console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].fData);
|
||||
clusterList.push(a.layer.getAllChildMarkers()[i].resourceData);
|
||||
}
|
||||
//console.log('clusterList ' + a.layer.getAllChildMarkers(array, true));
|
||||
|
|
|
@ -23,10 +23,8 @@ let loadingInstance
|
|||
* @param {*} msg
|
||||
*/
|
||||
const handleCode = (code, msg, res) => {
|
||||
// debugger
|
||||
switch (code) {
|
||||
case 401:
|
||||
debugger
|
||||
store.dispatch('user/resetAll').catch(() => {})
|
||||
break
|
||||
case 403:
|
||||
|
@ -66,7 +64,6 @@ const instance = axios.create({
|
|||
*/
|
||||
instance.interceptors.request.use(
|
||||
(config) => {
|
||||
// debugger
|
||||
const token = getAccessToken()
|
||||
if (token) config.headers[tokenName] = token
|
||||
if (
|
||||
|
@ -157,7 +154,6 @@ instance.interceptors.response.use(
|
|||
// }
|
||||
},
|
||||
(error) => {
|
||||
// debugger
|
||||
console.log('接口error', error)
|
||||
if (loadingInstance) loadingInstance.close()
|
||||
|
||||
|
|
|
@ -267,7 +267,7 @@
|
|||
|
||||
<style scoped lang="less">
|
||||
.ability-to-apply-for {
|
||||
height: 2.9rem;
|
||||
// height: 2.9rem;
|
||||
overflow: hidden;
|
||||
|
||||
.title {
|
||||
|
@ -281,7 +281,7 @@
|
|||
}
|
||||
|
||||
.ability-to-apply-for-content {
|
||||
padding-right: 0.5rem;
|
||||
// padding-right: 0.5rem;
|
||||
position: relative;
|
||||
|
||||
.dep-name {
|
||||
|
|
|
@ -2321,7 +2321,8 @@
|
|||
}
|
||||
|
||||
.leixingsumfather {
|
||||
width: 8.1rem;
|
||||
margin-left: -13px;
|
||||
width: 9.4rem;
|
||||
display: inline-block;
|
||||
height: 0.3014rem;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -312,7 +312,6 @@
|
|||
const apiURL = window.SITE_CONFIG.apiURL
|
||||
|
||||
if (!applyAll) {
|
||||
debugger
|
||||
list.value.map((item) => {
|
||||
item.arr.map((val) => {
|
||||
let obj = item.children
|
||||
|
|
|
@ -67,6 +67,7 @@ import { message } from 'ant-design-vue'
|
|||
handler(newVal, oldVal) {
|
||||
console.log('oldVal:', oldVal)
|
||||
console.log('newVal:', newVal)
|
||||
//this.realplay(newVal,0);
|
||||
},
|
||||
// 立即处理 进入页面就触发
|
||||
immediate: true
|
||||
|
|
|
@ -857,8 +857,8 @@
|
|||
</script>
|
||||
<style scoped lang="less">
|
||||
#search-result-list-container {
|
||||
width: 1088px;
|
||||
padding: 0 20px;
|
||||
// width: 1088px;
|
||||
padding: 0 18px;
|
||||
background: #f3f5f9;
|
||||
|
||||
.detail-content {
|
||||
|
@ -871,7 +871,7 @@
|
|||
}
|
||||
|
||||
.shai-xuan {
|
||||
width: 1047px;
|
||||
// width: 1047px;
|
||||
height: 36px;
|
||||
// margin: 11px 0 20px;
|
||||
// background: #e5f2ff;
|
||||
|
@ -904,7 +904,7 @@
|
|||
|
||||
.condition {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
right: 0px;
|
||||
top: 10px;
|
||||
|
||||
ul li {
|
||||
|
@ -941,7 +941,7 @@
|
|||
}
|
||||
|
||||
.result-list {
|
||||
width: 1048px;
|
||||
// width: 1048px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
|
@ -1010,7 +1010,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0 10px 0 0;
|
||||
// margin: 0 10px 0 0;
|
||||
|
||||
.header-right {
|
||||
// display: flex;
|
||||
|
@ -1023,7 +1023,7 @@
|
|||
}
|
||||
|
||||
div {
|
||||
margin-right: 24px;
|
||||
// margin-right: 24px;
|
||||
}
|
||||
|
||||
.label-content {
|
||||
|
@ -1043,7 +1043,7 @@
|
|||
|
||||
.header-right:last-child {
|
||||
div {
|
||||
margin-right: 16px;
|
||||
// margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1107,7 +1107,7 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin: 0 10px;
|
||||
// margin: 0 10px;
|
||||
align-items: center;
|
||||
|
||||
.shopping {
|
||||
|
@ -1194,7 +1194,8 @@
|
|||
align-items: center;
|
||||
|
||||
& > div {
|
||||
margin: 0 10px;
|
||||
margin-right: 16px;
|
||||
// margin: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1224,7 +1225,7 @@
|
|||
|
||||
.description {
|
||||
max-width: 990px;
|
||||
height: 52px;
|
||||
// height: 52px;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
display: -webkit-box;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @Author: Light
|
||||
* @Date: 2022-11-18 11:53:43
|
||||
* @LastEditors: Light
|
||||
* @LastEditTime: 2022-11-22 11:49:24
|
||||
* @LastEditTime: 2022-11-22 11:57:18
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<template>
|
||||
|
@ -273,7 +273,6 @@
|
|||
}
|
||||
})
|
||||
dataList.requested.map((val) => {
|
||||
console.log('111', val, addFlag)
|
||||
if (addFlag && val.cameraInfo.channelId == obj.channelId) {
|
||||
addFlag = false
|
||||
}
|
||||
|
|
|
@ -237,7 +237,7 @@ import { ElMessage } from 'element-plus'
|
|||
let params = {
|
||||
placeTypeCode: data,
|
||||
pageNum: "1",
|
||||
pageSize: 30000,
|
||||
pageSize: 40000,
|
||||
}
|
||||
CameraConditionPlaceType(params).then((res) => {
|
||||
this.addResourceTomap('videoMap', res.data.data)
|
||||
|
|
Loading…
Reference in New Issue