This commit is contained in:
helloDy
2024-05-22 16:31:29 +08:00
32 changed files with 2897 additions and 1008 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-05-07 08:54:59
* @LastEditTime: 2024-05-20 16:24:15
* @LastEditTime: 2024-05-22 16:31:08
* @LastEditors: DY
* @Description:
*/
@@ -131,10 +131,10 @@ export function importDiTarget(data) {
// })
// }
export function cockpitDataMonitor(query) {
export function cockpitDataMonitor(data) {
return request({
url: 'https://restapi.amap.com/v3/weather/weatherInfo?key=95bdbdc1c387a170105f84cd416c4c9f&city=110108',
method: 'get',
query: query
url: '/ip/prod-output/cockpitDataMonitor',
method: 'post',
data: data
})
}