From b135f878f806ee67dbd1b555a168d20322480174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 20 Feb 2017 12:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E9=85=8D=E7=BD=AE=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/config.file.html | 82 +++++++++++++++---------- public/static/admin/app.js | 3 +- public/static/admin/plugs.js | 3 - 3 files changed, 52 insertions(+), 36 deletions(-) diff --git a/application/admin/view/config.file.html b/application/admin/view/config.file.html index e43c4efb7..3e3cbeb20 100644 --- a/application/admin/view/config.file.html +++ b/application/admin/view/config.file.html @@ -9,49 +9,60 @@
- +
- +
+ 若还没有帐号,请点击免费申请10G存储空间,申请成功后添加公开bucket空间! +
-
- +
+ +
+ {if sysconf('storage_qiniu_is_https')==1} + + {else/} + + {/if} +
+
是否启用https访问资源!
+
+ +
+
- + +
+
填写七牛云bucket名称,如:static
+
+ +
+ +
+ +
只需填写域名,如:static.cdn.cuci.cc
-
- +
+
- +
-
- +
+
- +
-
- -
- -
-
- -
- -
- -
-
@@ -59,20 +70,27 @@
- - - -
{/block} {block name="script"} {/block} \ No newline at end of file diff --git a/public/static/admin/app.js b/public/static/admin/app.js index 24ed55101..28c2b7de3 100644 --- a/public/static/admin/app.js +++ b/public/static/admin/app.js @@ -48,8 +48,9 @@ window.LAYDATE_PATH = baseUrl + '../plugs/layui/laydate/'; require(['pace', 'jquery', 'layui', 'laydate', 'bootstrap', 'template', 'ueditor', 'jquery.cookies'], function () { layui.config({dir: baseUrl + '../plugs/layui/'}); - layui.use(['layer'], function () { + layui.use(['layer', 'form', 'element'], function () { window.layer = layui.layer; + window.form = layui.form(); require(['admin.listen']); }); }); diff --git a/public/static/admin/plugs.js b/public/static/admin/plugs.js index f397b43c3..99ae5954b 100644 --- a/public/static/admin/plugs.js +++ b/public/static/admin/plugs.js @@ -262,7 +262,6 @@ define(['zeroclipboard', 'jquery'], function (ZeroClipboard) { }); }); }); - layui.use(['form', 'element']); JPlaceHolder.init(); /* 自动给必填字符加上样式 @zoujingli @by 2016-05-11 */ $container.find('[required]').parent().prevAll('label').addClass('label-required'); @@ -277,8 +276,6 @@ define(['zeroclipboard', 'jquery'], function (ZeroClipboard) { * @param tips 提示消息 */ _form.prototype.open = function (url, data, callback, loading, tips) { - data && (typeof (data) === 'object') && (data = $.param(data)); - data && (url += (url.indexOf('?') === -1 ? '?' : '&') + data); this.load(url, data, 'GET', function (res) { if (typeof (res) === 'object') { return $.msg.auto(res);