zhouwx
2024-07-16 392ff42d4115e0edf003757c85827cf0b5b56acb
src/api/bigScreen/index.ts
@@ -22,6 +22,13 @@
            data: data
         });
      },
      getWindNum: (data: object) => {
         return request({
            url: import.meta.env.VITE_API_URL + '/gasWarnLog/gasWindRoseByTime',
            method: 'post',
            data: data
         });
      },
      getWarningInfo: (data: object) => {
         return request({
            url: import.meta.env.VITE_API_URL + '/gasWarnLog/gasWarnLogInfoByTime',