Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
V3-TailingPond
Commits
4f814a28
Commit
4f814a28
authored
Dec 09, 2025
by
sxl
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
浸润线表格添加水深列,与远程后台地址一致;
parent
15508d62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
settings.js
config/settings.js
+2
-3
httpApi.js
src/assets/js/httpApi.js
+3
-2
No files found.
config/settings.js
View file @
4f814a28
// var ServiceURL = 'http://192.168.3.216:9002';
var
ServiceURL
=
'
http://192.168.3.166:9003
'
;
var
ServiceURL
=
'
http://192.168.1.210:9001
'
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
}
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
}
src/assets/js/httpApi.js
View file @
4f814a28
...
...
@@ -772,6 +772,7 @@ var reqApis = function () {
"
sensorid
"
:
{
name
:
"
设备ID
"
},
//"stage": { name: "水位(m)" },
"
depth
"
:
{
name
:
"
埋深(m)
"
},
"
stage
"
:
{
name
:
"
水深(m)
"
},
"
jrxTrepanning
"
:
{
name
:
"
孔深(m)
"
},
"
state
"
:
{
name
:
"
是否报警
"
,
type
:
'
select
'
,
},
"
time
"
:
{
...
...
@@ -1716,7 +1717,7 @@ var reqApis = function () {
"
pinlvy
"
:
{
name
:
"
y轴频率
"
},
"
pinlvz
"
:
{
name
:
"
z轴频率
"
},
"
jctime
"
:
{
name
:
"
监测时间
"
,
form
:
0
,
name
:
"
监测时间
"
,
form
:
0
,
},
},
selectList
:
{
...
...
@@ -2321,7 +2322,7 @@ var reqApis = function () {
"
jchours
"
:
{
name
:
"
解除时长
"
,
table
:
0
,
},
"
reason
"
:
{
name
:
"
报警原因
"
},
"
jcreason
"
:
{
name
:
"
解除报警原因
"
},
"
jcbjtime
"
:
{
name
:
"
解除有效时间
"
,
form
:
0
,
type
:
"
tableFormat
"
,
tableFormat
:
function
(
val
)
{
return
val
&&
Tools
.
Dates
.
format
.
call
(
new
Date
(
val
),
'
yyyy-MM-dd HH:mm:ss
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment