Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
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
Kimber
ZiBoYingJI
Commits
4226a5bb
Commit
4226a5bb
authored
Sep 24, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图标参数 日期参数
parent
9ca7a679
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
2 deletions
+10
-2
detail.7z
public/datav/detail/detail.7z
+0
-0
humidity-monitor.html
public/datav/detail/humidity-monitor.html
+1
-0
shape-monitor.html
public/datav/detail/shape-monitor.html
+1
-0
public-detail.js
public/datav/detail/static/js/public-detail.js
+2
-2
temperature-monitor.html
public/datav/detail/temperature-monitor.html
+2
-0
water-monitor.html
public/datav/detail/water-monitor.html
+2
-0
wind-monitor.html
public/datav/detail/wind-monitor.html
+2
-0
No files found.
public/datav/detail/detail.7z
0 → 100644
View file @
4226a5bb
File added
public/datav/detail/humidity-monitor.html
View file @
4226a5bb
...
@@ -164,6 +164,7 @@
...
@@ -164,6 +164,7 @@
watch
:
{
watch
:
{
createTime
()
{
createTime
()
{
this
.
getChartsData
()
this
.
getChartsData
()
this
.
getTableList
()
}
}
},
},
methods
:
{
methods
:
{
...
...
public/datav/detail/shape-monitor.html
View file @
4226a5bb
...
@@ -214,6 +214,7 @@
...
@@ -214,6 +214,7 @@
watch
:
{
watch
:
{
createTime
()
{
createTime
()
{
this
.
getChartsData
()
this
.
getChartsData
()
this
.
getTableList
()
}
}
},
},
methods
:
{
methods
:
{
...
...
public/datav/detail/static/js/public-detail.js
View file @
4226a5bb
...
@@ -34,9 +34,9 @@ let jessibucaPlayer = {};
...
@@ -34,9 +34,9 @@ let jessibucaPlayer = {};
}
}
);
);
var
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.
226
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
var
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.
38
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
var
selfHost
=
location
.
hostname
===
'
192.168.3.
226
'
?
'
http://192.168.3.38:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
var
selfHost
=
location
.
hostname
===
'
192.168.3.
38
'
?
'
http://192.168.3.38:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
// 请求 token 用
// 请求 token 用
...
...
public/datav/detail/temperature-monitor.html
View file @
4226a5bb
...
@@ -160,6 +160,8 @@
...
@@ -160,6 +160,8 @@
watch
:
{
watch
:
{
createTime
()
{
createTime
()
{
this
.
getChartsData
()
this
.
getChartsData
()
this
.
getTableList
()
}
}
},
},
methods
:
{
methods
:
{
...
...
public/datav/detail/water-monitor.html
View file @
4226a5bb
...
@@ -167,6 +167,8 @@
...
@@ -167,6 +167,8 @@
watch
:
{
watch
:
{
createTime
()
{
createTime
()
{
this
.
getChartsData
()
this
.
getChartsData
()
this
.
getTableList
()
}
}
},
},
mounted
()
{
mounted
()
{
...
...
public/datav/detail/wind-monitor.html
View file @
4226a5bb
...
@@ -162,6 +162,8 @@
...
@@ -162,6 +162,8 @@
watch
:
{
watch
:
{
createTime
()
{
createTime
()
{
this
.
getChartsData
()
this
.
getChartsData
()
this
.
getTableList
()
}
}
},
},
methods
:
{
methods
:
{
...
...
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