From 6792b16c047ca7c965a0f1220e58163ced842370 Mon Sep 17 00:00:00 2001 From: horizonlin Date: Mon, 24 Dec 2018 17:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前漏提交一些代码,使配置不能勾选 --- server/www/teleport/static/js/system/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/www/teleport/static/js/system/config.js b/server/www/teleport/static/js/system/config.js index 3e51cf0..5ce2671 100644 --- a/server/www/teleport/static/js/system/config.js +++ b/server/www/teleport/static/js/system/config.js @@ -8,6 +8,9 @@ $app.on_init = function (cb_stack) { $app.info = $app.create_info_table(); cb_stack.add($app.info.init); + + $app.global = $app.create_config_global(); + cb_stack.add($app.global.init); $app.sess = $app.create_config_sess(); cb_stack.add($app.sess.init);