diff --git a/application/wechat/controller/Config.php b/application/wechat/controller/Config.php index d8901acaa..c5bf0d9b2 100644 --- a/application/wechat/controller/Config.php +++ b/application/wechat/controller/Config.php @@ -81,7 +81,7 @@ class Config extends BasicAdmin } catch (\Exception $e) { $this->error('微信授权保存失败 , 请稍候重试 ! ' . $e->getMessage()); } - $this->success('微信授权数据修改成功!', ''); + $this->success('微信授权数据修改成功!', url('@admin') . "#" . url('@wechat/config/index')); } }