mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
安装程序确实js变量修复
This commit is contained in:
parent
f858668ad4
commit
911637c17e
@ -36,6 +36,9 @@ class Common extends BaseController
|
||||
// 当前方法
|
||||
MyViewAssign('action', RequestAction());
|
||||
|
||||
// 系统类型
|
||||
MyViewAssign('system_type', SystemService::SystemTypeValue());
|
||||
|
||||
// 系统环境参数最大数
|
||||
MyViewAssign('env_max_input_vars_count', SystemService::EnvMaxInputVarsCount());
|
||||
}
|
||||
|
@ -20,6 +20,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/common/css/common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{$Think.__MY_ROOT_PUBLIC__}}static/install/css/index.css" />
|
||||
<script type="text/javascript">
|
||||
var __system_type__ = '{{$system_type}}';
|
||||
var __env_max_input_vars_count__ = '{{$env_max_input_vars_count}}';
|
||||
</script>
|
||||
<body>
|
Loading…
Reference in New Issue
Block a user