From adb43453e9693bc0bb3f8eaeb9a2057cad176d8b Mon Sep 17 00:00:00 2001 From: suwings Date: Sun, 15 Apr 2018 22:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20-=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/common/js/viewmodel.js | 1 + public/template/index.html | 32 +++++++++++++++++++++----------- route/websocket/index.js | 9 ++++++++- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/public/common/js/viewmodel.js b/public/common/js/viewmodel.js index f66fa75..c0346e4 100644 --- a/public/common/js/viewmodel.js +++ b/public/common/js/viewmodel.js @@ -80,6 +80,7 @@ MI.routeListener('index/update', function (data) { MI.routeCopy('SystemUp', data.obj); + MI.routeCopy('VersionShow', data.obj); }); MI.routeListener('center/show', function (data) { diff --git a/public/template/index.html b/public/template/index.html index 3626e65..f5dcee1 100644 --- a/public/template/index.html +++ b/public/template/index.html @@ -17,17 +17,22 @@
版本
-

程序版本: - 8.2 -

-

后端发行版: - Release_8.2.6 -

-

前端发行版: - Release_8.2.5 -

-
- +
+

程序版本: + 8.2 +

+

前端发行版: + + + +

+

后端发行版: + + + +

+
+
@@ -60,6 +65,10 @@