Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FleetTruckView
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
FleetTruck
FleetTruckView
Commits
a2923c3d
Commit
a2923c3d
authored
Nov 21, 2024
by
李玲燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mapbutton的装卸载状态
parent
e2390418
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.js
src/js/socket/index.js
+1
-1
MapButtons.vue
src/views/map/MapButtons.vue
+2
-1
No files found.
src/js/socket/index.js
View file @
a2923c3d
...
@@ -461,7 +461,7 @@ export default class Socket {
...
@@ -461,7 +461,7 @@ export default class Socket {
this
.
dealObstaclesAck
(
msg
)
this
.
dealObstaclesAck
(
msg
)
break
break
case
'/vehicle/paraminfo'
:
case
'/vehicle/paraminfo'
:
console
.
log
(
msg
)
this
.
vehicleStore
.
dealParaminfo
(
msg
)
default
:
default
:
this
.
vehicleStore
.
setData
(
name
,
msg
)
this
.
vehicleStore
.
setData
(
name
,
msg
)
break
break
...
...
src/views/map/MapButtons.vue
View file @
a2923c3d
...
@@ -150,7 +150,8 @@
...
@@ -150,7 +150,8 @@
watch
(
loadSwitch
,
(
value
)
=>
{
watch
(
loadSwitch
,
(
value
)
=>
{
isLoad
.
value
=
value
isLoad
.
value
=
value
},
{
},
{
deep
:
true
deep
:
true
,
immediate
:
true
,
})
})
watch
(
logSwitch
,
(
value
)
=>
{
watch
(
logSwitch
,
(
value
)
=>
{
...
...
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