mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update demo.php
This commit is contained in:
parent
2995b2ced7
commit
bb6c5f448e
@ -36,6 +36,9 @@ invoke(function (App $app) {
|
||||
$app->route->post('config/storage', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止修改系统配置!']);
|
||||
});
|
||||
$app->route->post('menu', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止给菜单排序!']);
|
||||
});
|
||||
$app->route->post('menu/index', function () {
|
||||
return json(['code' => 0, 'info' => '演示环境禁止给菜单排序!']);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user