diff --git a/application/admin/view/config.index.html b/application/admin/view/config.index.html
index 70f76442a..b7e81cc04 100644
--- a/application/admin/view/config.index.html
+++ b/application/admin/view/config.index.html
@@ -96,7 +96,7 @@
建议LOGO图片的尺寸为160x56px,此LOGO图片用于后台登陆页面。
diff --git a/application/common.php b/application/common.php
index 84957caea..29601c62c 100644
--- a/application/common.php
+++ b/application/common.php
@@ -14,9 +14,8 @@
use app\admin\model\NodeModel;
-use think\Config;
-use think\Db;
use Wechat\Loader;
+use think\Db;
/**
* 打印输出数据到文件
@@ -50,7 +49,6 @@ function & load_wechat($type = '') {
'ssl_key' => sysconf('wechat_cert_key'),
'cachepath' => CACHE_PATH . 'wxpay' . DS,
];
- $config['cachepath'] = CACHE_PATH . 'wechat' . DS;
$wechat[$index] = &Loader::get($type, $config);
}
return $wechat[$index];