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
60093741
Commit
60093741
authored
Sep 20, 2024
by
forevertyler
Browse files
Options
Browse Files
Download
Plain Diff
fix:分区页面
parents
3d69d1d0
de4c405f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4508 additions
and
3 deletions
+4508
-3
babel.config.js
babel.config.js
+1
-1
people-monitor.html
public/datav/detail/people-monitor.html
+1074
-0
shape-monitor.html
public/datav/detail/shape-monitor.html
+986
-0
menuBtnBg.png
public/datav/detail/static/detail/menuBtnBg.png
+0
-0
video-monitor.html
public/datav/detail/video-monitor.html
+931
-0
water-monitor.html
public/datav/detail/water-monitor.html
+992
-0
wind-monitor.html
public/datav/detail/wind-monitor.html
+522
-0
index.html
public/datav/index.html
+2
-2
No files found.
babel.config.js
View file @
60093741
...
@@ -8,4 +8,4 @@ module.exports = {
...
@@ -8,4 +8,4 @@ module.exports = {
presets
:
[
presets
:
[
'
@vue/app
'
'
@vue/app
'
]
]
}
}
\ No newline at end of file
public/datav/detail/people-monitor.html
0 → 100644
View file @
60093741
This diff is collapsed.
Click to expand it.
public/datav/detail/shape-monitor.html
0 → 100644
View file @
60093741
This diff is collapsed.
Click to expand it.
public/datav/detail/static/detail/menuBtnBg.png
0 → 100644
View file @
60093741
33.5 KB
public/datav/detail/video-monitor.html
0 → 100644
View file @
60093741
This diff is collapsed.
Click to expand it.
public/datav/detail/water-monitor.html
0 → 100644
View file @
60093741
This diff is collapsed.
Click to expand it.
public/datav/detail/wind-monitor.html
0 → 100644
View file @
60093741
This diff is collapsed.
Click to expand it.
public/datav/index.html
View file @
60093741
...
@@ -900,9 +900,9 @@
...
@@ -900,9 +900,9 @@
const
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.226
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
const
host
=
location
.
protocol
+
'
//
'
+
(
location
.
hostname
===
'
192.168.3.226
'
?
'
192.168.3.37
'
:
'
192.168.13.200
'
)
+
'
:8013
'
;
// 小黄
// 小黄
//const host = location.protocol + '//' + (location.hostname === '192.168.3.
226
' ? '192.168.2.200' : '192.168.13.200') + ':8013';
//const host = location.protocol + '//' + (location.hostname === '192.168.3.
38
' ? '192.168.2.200' : '192.168.13.200') + ':8013';
const
selfHost
=
location
.
hostname
===
'
192.168.3.
226
'
?
'
http://192.168.3.226
:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
const
selfHost
=
location
.
hostname
===
'
192.168.3.
38
'
?
'
http://192.168.3.38
:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
const
token
=
Cookies
.
get
(
'
ELADMIN-TOEKN
'
);
const
token
=
Cookies
.
get
(
'
ELADMIN-TOEKN
'
);
axios
=
axios
.
create
({
axios
=
axios
.
create
({
...
...
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