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
4b8c7aa3
Commit
4b8c7aa3
authored
Oct 15, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://h.gemho.cn:7099/18963165066/ziboyingji
parents
34fcb57c
d0bee525
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1792 additions
and
9 deletions
+1792
-9
public-detail.js
public/datav/detail/static/js/public-detail.js
+2
-2
env.html
public/datav/env.html
+1782
-0
natural.html
public/datav/natural.html
+4
-4
watersource.html
public/datav/watersource.html
+3
-3
home4Index.vue
src/views/home4Index.vue
+1
-0
No files found.
public/datav/detail/static/js/public-detail.js
View file @
4b8c7aa3
...
...
@@ -244,9 +244,9 @@ var menuObj = {
model
:
'
ecosystem
'
,
url
:
'
/datav/detail/video-monitor.html
'
},{
name
:
'
水
土流失
'
,
name
:
'
水
质监测
'
,
model
:
'
ecosystem
'
,
url
:
'
/datav/detail/shui
tu
-monitor.html
'
url
:
'
/datav/detail/shui
zhi
-monitor.html
'
},{
name
:
'
土壤监测
'
,
model
:
'
ecosystem
'
,
...
...
public/datav/env.html
0 → 100644
View file @
4b8c7aa3
This diff is collapsed.
Click to expand it.
public/datav/natural.html
View file @
4b8c7aa3
...
...
@@ -754,12 +754,12 @@
<!-- cookie -->
<script
src=
"js/js.cookie.js"
></script>
<script>
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.
180
'
?
'
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.180
' ? '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.180
'
?
'
http://192.168.3.180
:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
const
token
=
Cookies
.
get
(
'
ELADMIN-TOEKN
'
);
axios
=
axios
.
create
({
...
...
public/datav/watersource.html
View file @
4b8c7aa3
...
...
@@ -863,12 +863,12 @@
<script
src=
"js/highcharts.js"
></script>
<script>
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.
180
'
?
'
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.
180
' ? '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.
180
'
?
'
http://192.168.3.180
:8057
'
:
location
.
protocol
+
'
//
'
+
window
.
location
.
host
;
const
token
=
Cookies
.
get
(
'
ELADMIN-TOEKN
'
);
axios
=
axios
.
create
({
...
...
src/views/home4Index.vue
View file @
4b8c7aa3
...
...
@@ -132,6 +132,7 @@ export default {
store
.
dispatch
(
'
needLoadMenus
'
)
this
.
$router
.
push
({
path
:
"
/1/edoc
"
});
}
else
if
(
type
===
"
生态环境
"
)
{
location
.
href
=
host
+
"
/datav/env.html
"
;
// this.$router.push({ path: "home4Center" });
// this.$router.push({ path: "/user/center" });
}
...
...
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