update:更新路由注释,编辑器可追踪
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
/* @var think\Route $router */
|
||||
|
||||
$router->group(function () use ($router){
|
||||
# 登入
|
||||
$router->post('login', '\catchAdmin\login\controller\Index@login');
|
||||
|
Reference in New Issue
Block a user