From 08ecf68a7136e81421b41d1323e6f1c519d3b973 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 05 十一月 2018 17:31:41 +0800
Subject: [PATCH] 开启重新启动

---
 gx_tieta/WebRoot/pages/js/common.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/pages/js/common.js b/gx_tieta/WebRoot/pages/js/common.js
index 928a4ba..70d5536 100644
--- a/gx_tieta/WebRoot/pages/js/common.js
+++ b/gx_tieta/WebRoot/pages/js/common.js
@@ -456,6 +456,7 @@
 	
 	//CMD涓媠ys
 	gl.namespace('CMD.sys');
+	gl.CMD.sys.restart = 0x10;
 	gl.CMD.sys.set = 0x81;
 	gl.CMD.sys.get = 0x80;
 })(jQuery, window, document, GLOBAL);

--
Gitblit v1.9.1