Commit 4f814a28 authored by sxl's avatar sxl 💬

浸润线表格添加水深列,与远程后台地址一致;

parent 15508d62
// var ServiceURL = 'http://192.168.3.216:9002'; var ServiceURL = 'http://192.168.1.210:9001'
var ServiceURL = 'http://192.168.3.166:9003';
window.VUE_APP_API = {ServiceURL:ServiceURL} window.VUE_APP_API = { ServiceURL: ServiceURL }
...@@ -772,6 +772,7 @@ var reqApis = function () { ...@@ -772,6 +772,7 @@ var reqApis = function () {
"sensorid": { name: "设备ID" }, "sensorid": { name: "设备ID" },
//"stage": { name: "水位(m)" }, //"stage": { name: "水位(m)" },
"depth": { name: "埋深(m)" }, "depth": { name: "埋深(m)" },
"stage": { name: "水深(m)" },
"jrxTrepanning": { name: "孔深(m)" }, "jrxTrepanning": { name: "孔深(m)" },
"state": { name: "是否报警", type: 'select', }, "state": { name: "是否报警", type: 'select', },
"time": { "time": {
......
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