1
ZY
2025-04-01 245bf725a653aaabaad844f44dfa1bfd385a97e3
Monitor-APP/pages/home/home.vue
@@ -382,6 +382,7 @@
            homeViewShow: true,
            infoViewShow: false,
            errorInfoViewShow: false,
            errorBoardShow: false,
            homeMode: [],
            carInfo: [],
            infoMode: [],
@@ -510,6 +511,23 @@
         }, 1800000)
      },
      methods: {
         getCarInfoTest() {
                     let that = this
                     var result = ycqdata.carError
                     var res = result.data
                     that.carInfoModel(res)
                  },
                  getCarInfo() {
                     let that = this
                     uni.request({
                        url: that.commonUrl + "/monitor/device/error",
                        method: "GET",
                        success(result) {
                           var res = result.data
                           that.carInfoModel(res)
                        }
                     })
                  },
         carInfoModel(res) {
                     let infoList = []