Commit cd9bcd7f authored by 张牧越's avatar 张牧越

fix

parent 7aaec1a0
......@@ -30,7 +30,7 @@ export default {
components: {},
data() {
return {
signIn: false,
signIn: true,
};
},
methods: {
......@@ -100,7 +100,7 @@ export default {
if (isChrome) {
this.bodyScale();
}
this.checkLogin();
// this.checkLogin();
},
};
</script>
......
......@@ -459,7 +459,9 @@ export default {
});
this.switchPm10Rate(this.pm10rate);
this.switchDustList(this.dustType);
getVideoImportList().then((res) => {
this.videoData = res.data;
});
getMapData().then((res) => {
var newChangxingData = [];
this.dustData = res.data;
......@@ -481,9 +483,6 @@ export default {
});
this.initMapData("map-container", changxingJson, newChangxingData, 1);
});
getVideoImportList().then((res) => {
this.videoData = res.data;
});
},
async load() {
......@@ -557,7 +556,7 @@ export default {
},
z: 1,
animationDurationUpdate: 0,
roam: true,
roam: false,
regins: [],
data: outdata,
},
......@@ -568,6 +567,7 @@ export default {
aspectScale: 0.9,
layoutCenter: ["50%", "50%"], //地图位置
layoutSize: _layoutSize,
label: {
normal: {
show: false,
......@@ -643,7 +643,7 @@ export default {
z: 1,
data: outdata,
roam: true,
roam: false,
},
{
......
......@@ -223,7 +223,7 @@ export default {
},
methods: {
getProjectDetail() {
getProjectDetail(25444).then((res) => {
getProjectDetail(this.projectId).then((res) => {
this.projectDetail = res.data;
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment