From ec059508e4d3f2d4858b2d3935d74ab7b5190586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sat, 5 Dec 2020 00:12:37 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=AD=A3=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/modules/context.js | 3 --- component/pear/modules/count.js | 3 --- config/pear.config.json | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) 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",