Commit 6821ee27 by xue_wengang

地图修改

parent a00e6e66
...@@ -3322,6 +3322,10 @@ export default { ...@@ -3322,6 +3322,10 @@ export default {
paCount: parseInt(arr[0].paNum), paCount: parseInt(arr[0].paNum),
}); });
self.renderSs(arr2); self.renderSs(arr2);
}else{
this.ssLoading = false;
let arr2 = [];
self.renderSs(arr2);
} }
self.renderMaMapTongJi(dataList, params); self.renderMaMapTongJi(dataList, params);
} }
......
...@@ -69,7 +69,7 @@ module.exports = { ...@@ -69,7 +69,7 @@ module.exports = {
}, },
proxy: { proxy: {
"/apialy": { "/apialy": {
target: "http://192.168.1.105:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022 target: "http://192.168.1.114:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true, // ws: true,
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
......
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