Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
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
caicaicai
卡车调度系统
Commits
c2486c94
Commit
c2486c94
authored
Aug 22, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c476bb5c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
124 additions
and
44 deletions
+124
-44
index.vue
src/views/MLargeScreen/components/dataScreening/index.vue
+122
-42
index.vue
src/views/MLargeScreen/index.vue
+2
-2
No files found.
src/views/MLargeScreen/components/dataScreening/index.vue
View file @
c2486c94
This diff is collapsed.
Click to expand it.
src/views/MLargeScreen/index.vue
View file @
c2486c94
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<kaungEZUIKitJs
v-if=
"kaungEZUIKitJsShow"
/>
<kaungEZUIKitJs
v-if=
"kaungEZUIKitJsShow"
/>
</div>
</div>
<!-- 嵌入三维地图页面 -->
<!-- 嵌入三维地图页面 -->
<
iframe
src=
"http://8.143.203.103:9092/#/Index"
frameborder=
"0"
class=
"mapcontainer1"
></iframe
>
<
!--
<iframe
src=
"http://8.143.203.103:9092/#/Index"
frameborder=
"0"
class=
"mapcontainer1"
></iframe>
--
>
<!-- 单个车辆视频监控 -->
<!-- 单个车辆视频监控 -->
<div
class=
"monitorCover1"
v-show=
"monitorCover1Show"
>
<div
class=
"monitorCover1"
v-show=
"monitorCover1Show"
>
<div
class=
"monitorCover1_closePic"
@
click=
"closeMonitorCoverFn"
></div>
<div
class=
"monitorCover1_closePic"
@
click=
"closeMonitorCoverFn"
></div>
...
@@ -97,7 +97,7 @@ export default {
...
@@ -97,7 +97,7 @@ export default {
this
.
timer
=
setInterval
(()
=>
{
this
.
timer
=
setInterval
(()
=>
{
this
.
setNowTimes
();
this
.
setNowTimes
();
},
1000
)
},
1000
)
window
.
addEventListener
(
'
message
'
,
this
.
handleMessage
);
//
window.addEventListener('message', this.handleMessage);
},
},
methods
:
{
methods
:
{
loadData
()
{
loadData
()
{
...
...
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