From 6c8e12cdc181893e7b36b0389846d827cb203c69 Mon Sep 17 00:00:00 2001 From: horizonlin Date: Tue, 18 Dec 2018 11:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0URLProtocol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加URLProtocol --- server/www/teleport/static/js/tp-const.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/www/teleport/static/js/tp-const.js b/server/www/teleport/static/js/tp-const.js index a4491ea..dce5738 100755 --- a/server/www/teleport/static/js/tp-const.js +++ b/server/www/teleport/static/js/tp-const.js @@ -95,6 +95,11 @@ var TP_POLICY_AUTH_gUSER_gACC = 6; // 6=用户组:账号组 var TP_POLICY_AUTH_gUSER_HOST = 7; // 7=用户组:主机 var TP_POLICY_AUTH_gUSER_gHOST = 8; // 8=用户组:主机组 +// ======================================================= +// 全局配置 +// ======================================================= +var TP_ASSIST_STARTUP_URLPROTO = 1; // 启用urlprotocol功能 + // ======================================================= // 授权标记 // =======================================================