Commit cf0598c8 authored by lei's avatar lei

环境监测页面修改

parent 44d06d5f
......@@ -14,5 +14,5 @@ VUE_APP_BASE_API = '/dev-api'
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 开发环境的后端接口地址
VUE_APP_API_TARGET = http://192.168.2.14:9091
VUE_APP_API_TARGET = http://192.168.2.37:9091
# VUE_APP_API_TARGET = http://localhost:8080
\ No newline at end of file
import request from "@/utils/request";
// 查询实时监测
export function getRealData(query) {
return request({
url: "/business/screen/env/realData",
method: "get",
params: query,
});
}
// 查询历史数据右上
export function getRtData(query) {
return request({
url: "/business/screen/env/deal",
method: "get",
params: query,
});
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment