构建器路径修改

pull/3/head
RuoYi 2018-04-28 14:09:01 +08:00
parent c1c617abbe
commit 2d84e9183b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import com.ruoyi.framework.web.controller.BaseController;
@RequestMapping("/tool/build")
public class BuildController extends BaseController
{
private String prefix = "/tool/build";
private String prefix = "tool/build";
@RequiresPermissions("tool:build:view")
@GetMapping()