diff --git a/component/pear/modules/context.js b/component/pear/modules/context.js index aaaa893..a803e02 100644 --- a/component/pear/modules/context.js +++ b/component/pear/modules/context.js @@ -1,9 +1,6 @@ layui.define(['jquery', 'element'], function(exports) { "use strict"; - /** - * 上下文,全局配置存储 - * */ var MOD_NAME = 'context', $ = layui.jquery, element = layui.element; diff --git a/component/pear/modules/count.js b/component/pear/modules/count.js index 59f3afd..c9a659f 100644 --- a/component/pear/modules/count.js +++ b/component/pear/modules/count.js @@ -1,9 +1,6 @@ layui.define(['jquery', 'element'], function(exports) { "use strict"; - /** - * 数 字 滚 动 组 件 - * */ var MOD_NAME = 'count', $ = layui.jquery, element = layui.element; diff --git a/config/pear.config.json b/config/pear.config.json index a6ad068..54a9f41 100644 --- a/config/pear.config.json +++ b/config/pear.config.json @@ -57,7 +57,7 @@ { "icon": "layui-icon layui-icon-fonts-code", "title": "开源地址", - "href": "https://gitee.com/Jmysy/Pear-Admin-Layui" + "href": "https://gitee.com/pear-admin/Pear-Admin-Layui" }, { "icon": "layui-icon layui-icon-survey",