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
18d5f37d
Commit
18d5f37d
authored
Sep 26, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'update'
parent
042ca33b
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
549 additions
and
86 deletions
+549
-86
public-detail.js
public/datav/detail/static/js/public-detail.js
+8
-4
index.html
public/datav/index.html
+6
-2
natural.html
public/datav/natural.html
+83
-32
watersource.html
public/datav/watersource.html
+449
-42
home4Index.vue
src/views/home4Index.vue
+3
-6
No files found.
public/datav/detail/static/js/public-detail.js
View file @
18d5f37d
...
@@ -108,13 +108,17 @@ var gemhoUtil = {
...
@@ -108,13 +108,17 @@ var gemhoUtil = {
const
type
=
localStorage
.
getItem
(
'
bigScreenDetailMenuModel
'
)
const
type
=
localStorage
.
getItem
(
'
bigScreenDetailMenuModel
'
)
if
(
type
===
'
emergency
'
){
if
(
type
===
'
emergency
'
){
window
.
open
(
'
/datav/index.html
'
)
//window.open('/datav/index.html')
window
.
location
.
href
=
'
/datav/index.html
'
;
}
else
if
(
type
===
'
natural
'
){
}
else
if
(
type
===
'
natural
'
){
window
.
open
(
'
/datav/natural.html
'
)
//window.open('/datav/natural.html')
window
.
location
.
href
=
'
/datav/natural.html
'
;
}
else
if
(
type
===
'
watersystem
'
){
}
else
if
(
type
===
'
watersystem
'
){
window
.
open
(
'
/datav/watersource.html
'
)
//window.open('/datav/watersource.html')
window
.
location
.
href
=
'
/datav/watersource.html
'
;
}
else
if
(
type
===
'
ecosystem
'
){
}
else
if
(
type
===
'
ecosystem
'
){
window
.
open
(
'
/datav/index.html
'
)
//window.open('/datav/index.html')
window
.
location
.
href
=
'
/datav/index.html
'
;
}
}
},
},
changeMenu
(
item
)
{
changeMenu
(
item
)
{
...
...
public/datav/index.html
View file @
18d5f37d
...
@@ -227,9 +227,13 @@
...
@@ -227,9 +227,13 @@
}
}
}
}
.footer
{
.footer
{
.actv{
box-shadow
:
inset
0
0
25px
rgba
(
0
,
0
,
0
,
0.2
);}
.actv{
box-shadow
:
inset
0
0
25px
rgba
(
0
,
0
,
0
,
0.2
);}
.item-wrap
{
&>div{
cursor
:
pointer
;
}
}
}
}
}
}
</style>
</style>
...
@@ -462,7 +466,7 @@
...
@@ -462,7 +466,7 @@
<div
class=
"absolute flex-text footer"
style=
"bottom: 10px;left: 50%;transform: translateX(-50%);"
>
<div
class=
"absolute flex-text footer"
style=
"bottom: 10px;left: 50%;transform: translateX(-50%);"
>
<div
class=
"flex-text"
:style=
"{ transform: 'scale(' + (widthScale > 1 ? 1 : widthScale) + ')' }"
>
<div
class=
"flex-text"
:style=
"{ transform: 'scale(' + (widthScale > 1 ? 1 : widthScale) + ')' }"
>
<div
class=
"flex-text"
:class=
"isFullScreen?'tr-bottom':'tr-bottom-re'"
>
<div
class=
"flex-text
item-wrap
"
:class=
"isFullScreen?'tr-bottom':'tr-bottom-re'"
>
<div
class=
"relative"
@
click=
"mineTypeEvent(1)"
:class=
"{actv:mineType===1}"
>
<div
class=
"relative"
@
click=
"mineTypeEvent(1)"
:class=
"{actv:mineType===1}"
>
<img
style=
"width: 134px;height: 146px;"
src=
"static/mine-bg-0.png"
alt=
""
>
<img
style=
"width: 134px;height: 146px;"
src=
"static/mine-bg-0.png"
alt=
""
>
<div
class=
"poa-cover flex-text flex-column"
>
<div
class=
"poa-cover flex-text flex-column"
>
...
...
public/datav/natural.html
View file @
18d5f37d
This diff is collapsed.
Click to expand it.
public/datav/watersource.html
View file @
18d5f37d
This diff is collapsed.
Click to expand it.
src/views/home4Index.vue
View file @
18d5f37d
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</div>
</div>
</div>
</div>
<
div
class=
"bottomTitle"
>
@中和地信有限公司
</div
>
<
!--
<div
class=
"bottomTitle"
>
@中和地信有限公司
</div>
--
>
</div>
</div>
</
template
>
</
template
>
...
@@ -115,7 +115,6 @@ export default {
...
@@ -115,7 +115,6 @@ export default {
var
host
=
location
.
protocol
+
"
//
"
+
window
.
location
.
host
;
var
host
=
location
.
protocol
+
"
//
"
+
window
.
location
.
host
;
if
(
type
===
"
admin
"
)
{
if
(
type
===
"
admin
"
)
{
// this.$router.push({ path: "home4Center" });
// this.$router.push({ path: "home4Center" });
this
.
$router
.
push
({
path
:
"
/user/center
"
});
this
.
$router
.
push
({
path
:
"
/user/center
"
});
}
else
if
(
type
===
"
应急管理
"
)
{
}
else
if
(
type
===
"
应急管理
"
)
{
// this.$router.push({ path: "home4Center" });
// this.$router.push({ path: "home4Center" });
...
@@ -123,11 +122,9 @@ export default {
...
@@ -123,11 +122,9 @@ export default {
// location.href = 'http://192.168.3.226:8057/datav/index.html'
// location.href = 'http://192.168.3.226:8057/datav/index.html'
location
.
href
=
host
+
"
/datav/index.html
"
;
location
.
href
=
host
+
"
/datav/index.html
"
;
}
else
if
(
type
===
"
自然资源
"
)
{
}
else
if
(
type
===
"
自然资源
"
)
{
// location.href = process.env.NODE_ENV + ''
// location.href = 'http://192.168.3.226:8057/datav/natural.html'
//location.href = host + "/datav/natural.html";
//location.href = host + "/datav/natural.html";
}
else
if
(
type
===
"
水利系统
"
)
{
}
else
if
(
type
===
"
水利系统
"
)
{
//
location.href = host + "/datav/watersource.html";
//location.href = host + "/datav/watersource.html";
}
else
if
(
type
===
"
电子档案馆
"
)
{
}
else
if
(
type
===
"
电子档案馆
"
)
{
// this.$router.push({ path: "home4Center" });
// this.$router.push({ path: "home4Center" });
this
.
$router
.
push
({
path
:
"
/user/center
"
});
this
.
$router
.
push
({
path
:
"
/user/center
"
});
...
@@ -270,7 +267,7 @@ export default {
...
@@ -270,7 +267,7 @@ export default {
height
:
100%
;
height
:
100%
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-position
:
center
;
background-size
:
100%
;
background-size
:
100%
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.content
{
.content
{
...
...
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