1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

Update Config.php

This commit is contained in:
邹景立 2019-12-14 22:19:17 +08:00
parent 78e786b9f1
commit 6662f08084

@ -70,7 +70,8 @@ class Config extends Controller
}
}
sysoplog('微信管理', '修改微信授权配置成功');
$this->success('微信参数修改成功!');
$location = url('@admin') . '#' . url('@wechat/config/options');
$this->success('微信参数修改成功!', $location);
}
}