|
@@ -103,7 +103,6 @@ export default {
|
|
|
|
|
|
};
|
|
};
|
|
},
|
|
},
|
|
-
|
|
|
|
created(){
|
|
created(){
|
|
setTimeout(() =>{
|
|
setTimeout(() =>{
|
|
document.getElementById("middleWrap").style.zIndex= "9"
|
|
document.getElementById("middleWrap").style.zIndex= "9"
|
|
@@ -116,6 +115,15 @@ export default {
|
|
}).then(res =>{
|
|
}).then(res =>{
|
|
this.data = JSON.parse(res.data.data)
|
|
this.data = JSON.parse(res.data.data)
|
|
})
|
|
})
|
|
|
|
+ setInterval(()=>{
|
|
|
|
+ axios({
|
|
|
|
+ method: 'get',
|
|
|
|
+ url: 'https://smartpark.caih.com/dxapi/system/config/configKey/large.json.config',
|
|
|
|
+ timeout: 10000,
|
|
|
|
+ }).then(res =>{
|
|
|
|
+ this.data = JSON.parse(res.data.data)
|
|
|
|
+ })
|
|
|
|
+ },1000*60*10)
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
let that = this;
|
|
let that = this;
|