mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-24 23:59:16 +08:00
[更新]修复文件上传引擎选用问题
This commit is contained in:
parent
32e334150b
commit
b4f6a9e6bd
@ -106,7 +106,7 @@
|
|||||||
<div class="form-group" data-storage-type="qiniu">
|
<div class="form-group" data-storage-type="qiniu">
|
||||||
<label class="col-sm-2 control-label">SecretKey <span class="nowrap">(安全密钥)</span></label>
|
<label class="col-sm-2 control-label">SecretKey <span class="nowrap">(安全密钥)</span></label>
|
||||||
<div class='col-sm-8'>
|
<div class='col-sm-8'>
|
||||||
<input type="text" name="storage_qiniu_secret_key" required="required" title="请输入七牛云 SecretKey (安全密钥)"
|
<input type="password" name="storage_qiniu_secret_key" required="required" title="请输入七牛云 SecretKey (安全密钥)"
|
||||||
placeholder="请输入七牛云 SecretKey (安全密钥)" value="{:sysconf('storage_qiniu_secret_key')}"
|
placeholder="请输入七牛云 SecretKey (安全密钥)" value="{:sysconf('storage_qiniu_secret_key')}"
|
||||||
maxlength="43" class="layui-input">
|
maxlength="43" class="layui-input">
|
||||||
<p class="help-block">可以在 七牛云 个人中心 设置并获取到安全密钥</p>
|
<p class="help-block">可以在 七牛云 个人中心 设置并获取到安全密钥</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user