mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update demo.php
This commit is contained in:
parent
d9ddb1f3ad
commit
8c6aae89e9
@ -44,7 +44,7 @@ if (in_array(request()->rootDomain(), ['ctolog.com', 'thinkadmin.top'])) {
|
||||
Route::post('wechat/config/options', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改微信配置!']);
|
||||
});
|
||||
Route::post('service/config/index', function () {
|
||||
Route::post('service/config/save', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改开放配置!']);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user