Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ax l
MCSManager
Commits
8dc06f8e
Commit
8dc06f8e
authored
7 years ago
by
suwings
Browse files
Options
Download
Email Patches
Plain Diff
修改 - 版本修改
parent
8f52c468
master
v8.7.0
v8.6.23
v8.6.22
v8.6.21
v8.6.20
v8.6.19
v8.6.18
v8.6.17
v8.6.15
v8.6.14
v8.6.13
v8.6.12
v8.6.11
v8.6.10
v8.6.9
v8.6.8
v8.6.7
v8.6.6
v8.6.5
v8.6.4
v8.6.3
v8.6.2
v8.6.1
v8.6.0
v8.5.10
v8.5.9
v8.5.8
v8.5.7
v8.5.6
v8.5.5
v8.5.4
v8.5.3
v8.5.2
v8.5.1
v8.5.0
v8.4.5
v8.4.4
v8.4.3
v8.4.2
v8.4.1
v8.4.0
v8.3.4
v8.3.3
v8.3.2
v8.3.1
v8.3.0
v8.2.8
v8.2.7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
route/websocket/index.js
+2
-2
route/websocket/index.js
with
2 additions
and
2 deletions
+2
-2
route/websocket/index.js
+
2
-
2
View file @
8dc06f8e
...
...
@@ -8,8 +8,8 @@ const os = require("os");
//前端显示版本
//每次更新之后,修改此处,表明修改
//这样, 用户截图时, 可以知道具体的版本
const
oversion
=
"
Release_8.2.6.
1
"
;
//前端
const
tversion
=
"
Beta_8.
3.0
.0
"
;
//后端
const
oversion
=
"
Release_8.2.6.
2
"
;
//前端
const
tversion
=
"
Beta_8.
2.7
.0
"
;
//后端
//首页
WebSocketObserver
().
listener
(
'
index/update
'
,
(
data
)
=>
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help