1、后台编辑器图片上传问题解决

2、文件代码格式化
This commit is contained in:
2016-11-18 16:10:38 +08:00
parent 860da138c9
commit 12709d6cb4
6 changed files with 46 additions and 37 deletions

View File

@@ -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);
}
}