luyanan 6 years ago
parent
commit
93e9821823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bridgesConsole/bridgeDetail/index.vue

+ 1 - 1
src/views/bridgesConsole/bridgeDetail/index.vue

188
    getSysTime() {
188
    getSysTime() {
189
      getSysTime().then(res => {
189
      getSysTime().then(res => {
190
        if (res.success) {
190
        if (res.success) {
191
          this.sysTime = res.data + this.eastEightDistrict -(5 * 60 * 1000)
191
          this.sysTime = res.data + this.eastEightDistrict - (5 * 60 * 1000)
192
          const localTime = new Date().getTime() + this.eastEightDistrict
192
          const localTime = new Date().getTime() + this.eastEightDistrict
193
          this.localTimeiv = localTime - this.sysTime
193
          this.localTimeiv = localTime - this.sysTime
194
          this.first_Q = true
194
          this.first_Q = true