NEZ-420 feat:新增text类型图表
This commit is contained in:
@@ -335,7 +335,11 @@
|
||||
return new Promise(resolve => {
|
||||
this.$get('/healthy').then(response=>{
|
||||
if(response.code==200){
|
||||
this.system_server_time=this.utcTimeToTimezone(response.time)
|
||||
if(response.time){
|
||||
this.system_server_time=this.utcTimeToTimezone(response.time)
|
||||
}else{
|
||||
this.system_server_time=bus.computeTimezone(new Date().getTime())
|
||||
}
|
||||
}else{
|
||||
this.system_server_time=bus.computeTimezone(new Date().getTime())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user