mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update demo.php
This commit is contained in:
parent
03a4e9b43f
commit
cdce03cee5
@ -27,7 +27,7 @@ if (stripos(Request::host(true), 'thinkadmin.top') !== false) {
|
||||
Route::post('admin/config/file', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改系统配置!']);
|
||||
});
|
||||
Route::post('admin/config/info', function () {
|
||||
Route::post('admin/config/config', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改系统配置!']);
|
||||
});
|
||||
Route::post('admin/menu/index', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user