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
60c2df79cc
commit
7beaab398a
@ -40,7 +40,7 @@ if (in_array(request()->rootDomain(), ['ctolog.com', 'thinkadmin.top'])) {
|
|||||||
Route::post('admin/menu/forbid', function () {
|
Route::post('admin/menu/forbid', function () {
|
||||||
return json(['code' => 0, 'info' => '测试环境禁止禁用菜单操作!']);
|
return json(['code' => 0, 'info' => '测试环境禁止禁用菜单操作!']);
|
||||||
});
|
});
|
||||||
Route::post('admin/menu/del', function () {
|
Route::post('admin/menu/remove', function () {
|
||||||
return json(['code' => 0, 'info' => '测试环境禁止删除菜单操作!']);
|
return json(['code' => 0, 'info' => '测试环境禁止删除菜单操作!']);
|
||||||
});
|
});
|
||||||
Route::post('admin/node/save', function () {
|
Route::post('admin/node/save', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user