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