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
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