Commit 09dfd7c4 by lizhilin

更新

parent ee6aa6e1
...@@ -70,7 +70,7 @@ protected function form() ...@@ -70,7 +70,7 @@ protected function form()
->accept('jpg,jpeg,png') ->accept('jpg,jpeg,png')
->maxSize(4096) ->maxSize(4096)
->url('upload/carousel') ->url('upload/carousel')
->help('仅支持jpg、jpeg、png格式图片上传(商城页 750px*340px、首页 750px*750px、文章页 750px*750px)') ->help('仅支持jpg、jpeg、png格式图片上传(首页 600px*450px)')
->autoUpload(); ->autoUpload();
$form->switch('status')->default(1); $form->switch('status')->default(1);
}); });
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
$router->resource('user', 'UserController'); //用户管理 $router->resource('user', 'UserController'); //用户管理
$router->resource('user-share', 'shareController'); //查看下级 $router->resource('user-share', 'ShareController'); //查看下级
$router->resource('user-check', 'UserCheckController'); //用户审核列表 $router->resource('user-check', 'UserCheckController'); //用户审核列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment