diff --git a/helper/version.js b/helper/version.js index 67271513..5b66b18f 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 b7923997..1d24eebc 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 7c05f07a..aa090a87 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 18475be7..9bb4b005 100644 --- a/public/template/center.html +++ b/public/template/center.html @@ -135,7 +135,48 @@ +
程序版本: + 8.3 +
+前端发行版: + + + +
+后端发行版: + + + +
+系统与平台: + +
+进程根目录: + +
+