Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
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
SQL_Mou
NewTruckTerminalSyetem
Commits
671b1baa
Commit
671b1baa
authored
Dec 01, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2700150a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/MLargeScreen/index.vue
+2
-2
No files found.
src/views/MLargeScreen/index.vue
View file @
671b1baa
...
...
@@ -286,7 +286,7 @@ export default {
websocketsendIndex
(
agentData
){
this
.
websocketIndex
.
send
(
agentData
);
this
.
websocketonmessageIndex
();
},
},
//WebSocket关闭
websocketcloseIndex
(
e
){
console
.
log
(
"
connection closed !
"
);
...
...
@@ -310,7 +310,6 @@ export default {
},
loadData
(){
let
that
=
this
;
let
href1
=
window
.
location
.
href
;
let
href2
=
href1
.
split
(
'
?
'
)[
1
];
this
.
userName1
=
decodeURI
(
href2
);
...
...
@@ -790,6 +789,7 @@ export default {
beforeDestroy
(){
this
.
$refs
.
voiceApplicationMethod
.
xintiaoCloseFn
();
this
.
$refs
.
startOrderReceivingMethod
.
dingshiqiCloseFn
();
this
.
websocketcloseIndex
();
if
(
this
.
zongTimer1
)
{
clearInterval
(
this
.
zongTimer1
);
this
.
zongTimer1
=
null
;
...
...
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