From 911637c17e6d88045eb91e8f2413d4e62f55d552 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 20 May 2022 12:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=A8=8B=E5=BA=8F=E7=A1=AE?= =?UTF-8?q?=E5=AE=9Ejs=E5=8F=98=E9=87=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install/controller/Common.php | 3 +++ app/install/view/public/header.html | 1 + 2 files changed, 4 insertions(+) diff --git a/app/install/controller/Common.php b/app/install/controller/Common.php index 3e8c26dad..971bec6b2 100755 --- a/app/install/controller/Common.php +++ b/app/install/controller/Common.php @@ -36,6 +36,9 @@ class Common extends BaseController // 当前方法 MyViewAssign('action', RequestAction()); + // 系统类型 + MyViewAssign('system_type', SystemService::SystemTypeValue()); + // 系统环境参数最大数 MyViewAssign('env_max_input_vars_count', SystemService::EnvMaxInputVarsCount()); } diff --git a/app/install/view/public/header.html b/app/install/view/public/header.html index 2d43a1011..d9ac04c61 100755 --- a/app/install/view/public/header.html +++ b/app/install/view/public/header.html @@ -20,6 +20,7 @@ \ No newline at end of file