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,7 +188,7 @@ export default {
188 188
    getSysTime() {
189 189
      getSysTime().then(res => {
190 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 192
          const localTime = new Date().getTime() + this.eastEightDistrict
193 193
          this.localTimeiv = localTime - this.sysTime
194 194
          this.first_Q = true