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
560d230e
Commit
560d230e
authored
Sep 24, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'update'
parent
6dd00a5d
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
385 additions
and
113 deletions
+385
-113
index.html
public/datav/index.html
+66
-25
natural.html
public/datav/natural.html
+1
-1
mine-icon-3.png
public/datav/static/mine-icon-3.png
+0
-0
mine-icon-4.png
public/datav/static/mine-icon-4.png
+0
-0
watersource.html
public/datav/watersource.html
+317
-85
home4Index.vue
src/views/home4Index.vue
+1
-2
No files found.
public/datav/index.html
View file @
560d230e
This diff is collapsed.
Click to expand it.
public/datav/natural.html
View file @
560d230e
...
...
@@ -310,7 +310,7 @@
<!-- 设备状态 -->
<div
style=
"width:514px;margin-bottom:260px;padding:10px 0 10px 15px;background:rgba(0,0,0,.3);"
>
<div
class=
"ml10 flex align-center f20 color-theme wp100"
style=
"background-image:
url('static/sub-title.png');background-size:
100% 100%;height: 48px;"
>
style=
"background-image:
url('static/sub-title.png');background-size:
100% 100%;height: 48px;"
>
<div
class=
"ml40"
>
设备状态
</div>
</div>
<div
class=
"relative"
style=
"width: 480px;"
>
...
...
public/datav/static/mine-icon-3.png
0 → 100644
View file @
560d230e
3.61 KB
public/datav/static/mine-icon-4.png
0 → 100644
View file @
560d230e
3.5 KB
public/datav/watersource.html
View file @
560d230e
This diff is collapsed.
Click to expand it.
src/views/home4Index.vue
View file @
560d230e
...
...
@@ -127,8 +127,7 @@ export default {
// location.href = 'http://192.168.3.226:8057/datav/natural.html'
location
.
href
=
host
+
"
/datav/natural.html
"
;
}
else
if
(
type
===
"
水利系统
"
)
{
// location.href = 'http://192.168.3.226:8057/datav/watersource.html'
location
.
href
=
host
+
"
/datav/watersource.html
"
;
// location.href = host + "/datav/watersource.html";
}
else
if
(
type
===
"
电子档案馆
"
)
{
// 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