Commit 9a8ac265 authored by 赵啸非's avatar 赵啸非

修改删除上传文件

parent 9a19e02f
......@@ -53,8 +53,6 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
private ResourceService resourceService;
@Autowired
private MenuService menuService;
// @Autowired
// private ITokenService tokenService;
@Autowired
private ICacheService cacheService;
@Autowired
......
......@@ -127,7 +127,7 @@ public class UploadController extends BaseController {
*
* @param fileName 文件名称
*/
@GetMapping("fileupload/{fileName}")
@GetMapping("filedel/{fileName}")
public void fileDel(@PathVariable(value="fileName") String fileName, HttpServletResponse response) {
try {
//uploadService.uploadDownload(fileName, response);
......
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