1、后台编辑器图片上传问题解决
2、文件代码格式化
This commit is contained in:
@@ -72,7 +72,7 @@ class InitHook {
|
||||
$route["user/" . $value['name'] . "/del"] = "user/content/del?model_id=" . $value['id'];
|
||||
$route["user/" . $value['name'] . "/status"] = "user/content/status?model_id=" . $value['id'];
|
||||
}
|
||||
$route["list/:id"] = "index/content/category";
|
||||
$route["list/:id"] = "index/content/category";
|
||||
\think\Route::rule($route);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user