From 364e02f26552ff867b6bef044d954d8d5bf7e693 Mon Sep 17 00:00:00 2001 From: suwings Date: Thu, 26 Apr 2018 10:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20-=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=A7=BB=E6=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper/version.js | 5 -- public/common/js/meum.js | 7 +-- public/index.html | 2 +- public/template/center.html | 41 ++++++++++++++++ public/template/feelback.html | 36 ++++++++++++-- public/template/index.html | 91 ----------------------------------- 6 files changed, 75 insertions(+), 107 deletions(-) delete mode 100644 public/template/index.html diff --git a/helper/version.js b/helper/version.js index 6727151..5b66b18 100644 --- a/helper/version.js +++ b/helper/version.js @@ -1,8 +1,3 @@ -const { - WebSocketObserver -} = require('../../model/WebSocketModel'); -const response = require('../../helper/Response'); -const permssion = require('../../helper/Permission'); const os = require("os"); //前端显示版本 diff --git a/public/common/js/meum.js b/public/common/js/meum.js index b792399..1d24eeb 100644 --- a/public/common/js/meum.js +++ b/public/common/js/meum.js @@ -18,11 +18,6 @@ //管理员的 //注意,这些页面只能管理员访问,普通用户就算访问,也得不到任何数据 MCSERVER.meumObject.masterMeum = [{ - class: 'glyphicon-home', - name: '控制面板情报', - link: './template/index.html', - api: 'index/update' - }, { class: 'glyphicon-equalizer', name: '监控数据中心', link: './template/center.html', @@ -44,7 +39,7 @@ api: 'soft/view' }, { class: 'glyphicon-floppy-open', - name: '客户支持', + name: '服务与支持', link: './template/feelback.html', api: null }] diff --git a/public/index.html b/public/index.html index 7c05f07..aa090a8 100644 --- a/public/index.html +++ b/public/index.html @@ -210,7 +210,7 @@ //判断是否是#权限用户,请放心,后端也会给予判断并不只是前端 if (MCSERVER.username.substr(0, 1) == '#') { - RES.redirectPage('./template/index.html', 'index/update', '--- 更新页面 ---'); + RES.redirectPage('./template/center.html', 'center/show', '--- 更新页面 ---'); } else { RES.redirectPage('./template/gen_home.html', 'genuser/home', '--- 更新页面 ---'); } diff --git a/public/template/center.html b/public/template/center.html index 18475be..9bb4b00 100644 --- a/public/template/center.html +++ b/public/template/center.html @@ -135,7 +135,48 @@ +
+
+
+
版本
+
+
+

程序版本: + 8.3 +

+

前端发行版: + + + +

+

后端发行版: + + + +

+
+
+
+
+
+
+
+
操作系统
+
+
+

系统与平台: + +

+

进程根目录: + +

+
+
+
+
+
+
\ No newline at end of file