luyanan 6 年 前
コミット
93e9821823
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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