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
0e9ea714
Commit
0e9ea714
authored
May 14, 2024
by
李玲燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改空车装载/卸载文案
parent
b40a071e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+1
-1
config.json
public/config.json
+1
-1
MapButtons.vue
src/views/map/MapButtons.vue
+2
-2
No files found.
CMakeLists.txt
View file @
0e9ea714
...
@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 11)
...
@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 11)
# Version.
# Version.
set
(
MAJOR_VERSION
"1"
)
set
(
MAJOR_VERSION
"1"
)
set
(
MINOR_VERSION
"1"
)
set
(
MINOR_VERSION
"1"
)
set
(
PATCH_VERSION
"
5
"
)
set
(
PATCH_VERSION
"
6
"
)
# Import cmake modules.
# Import cmake modules.
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{HT_BUILDSYS_CMAKE_MODULES}"
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{HT_BUILDSYS_CMAKE_MODULES}"
)
...
...
public/config.json
View file @
0e9ea714
{
{
"SERVICE_IP"
:
"1
92.168.93.178
:1234"
,
"SERVICE_IP"
:
"1
72.16.0.101
:1234"
,
"LOG_SERVE_IP"
:
"192.168.93.87:8020"
,
"LOG_SERVE_IP"
:
"192.168.93.87:8020"
,
"MAP_CENTER"
:
[
39.74441007068
,
111.24544532751
],
"MAP_CENTER"
:
[
39.74441007068
,
111.24544532751
],
"version"
:
"1.1.4"
"version"
:
"1.1.4"
...
...
src/views/map/MapButtons.vue
View file @
0e9ea714
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<!-- TODO:只有单机循迹时显示 -->
<!-- TODO:只有单机循迹时显示 -->
<div
v-if=
"singleTrackEnable"
type=
"info"
class=
"middle-btn"
data-name=
"loadcomeout"
@
click=
"doSend"
>
装载出场
</div>
<div
v-if=
"singleTrackEnable"
type=
"info"
class=
"middle-btn"
data-name=
"loadcomeout"
@
click=
"doSend"
>
装载出场
</div>
<span
:class=
"['btn-span', !isLog && 'btn-span-active']"
@
click=
"changeLog"
>
{{
isLog
?
'关'
:
'开'
}}
</span>
<span
:class=
"['btn-span', !isLog && 'btn-span-active']"
@
click=
"changeLog"
>
{{
isLog
?
'关'
:
'开'
}}
</span>
<span
:class=
"['btn-span-load', !isLoad && 'btn-span-active']"
@
click=
"changeLoad"
>
{{
isLoad
?
'
空车
装载'
:
<span
:class=
"['btn-span-load', !isLoad && 'btn-span-active']"
@
click=
"changeLoad"
>
{{
isLoad
?
'
去
装载'
:
'
空车
卸载'
}}
</span>
'
去
卸载'
}}
</span>
<div
type=
"info"
class=
"middle-btn"
data-name=
"unload"
@
click=
"doSend"
>
卸载
</div>
<div
type=
"info"
class=
"middle-btn"
data-name=
"unload"
@
click=
"doSend"
>
卸载
</div>
<div
type=
"info"
class=
"middle-btn smiddle-btn"
data-name=
"comeout"
@
click=
"doSend"
>
<div
type=
"info"
class=
"middle-btn smiddle-btn"
data-name=
"comeout"
@
click=
"doSend"
>
<p>
卸 载
</p>
<p>
卸 载
</p>
...
...
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