mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-07 14:19:46 +08:00
[更新]去除路由限制
This commit is contained in:
parent
10b8a08466
commit
70d7ac0aaa
@ -15,7 +15,7 @@
|
|||||||
use think\facade\Route;
|
use think\facade\Route;
|
||||||
|
|
||||||
/* 去除下面注释可启用禁用功能 */
|
/* 去除下面注释可启用禁用功能 */
|
||||||
//return [];
|
return [];
|
||||||
|
|
||||||
/* 测试环境禁止操作路由绑定 */
|
/* 测试环境禁止操作路由绑定 */
|
||||||
Route::post('admin/user/pass', function () {
|
Route::post('admin/user/pass', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user