mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
构建器路径修改
This commit is contained in:
@@ -15,7 +15,7 @@ import com.ruoyi.framework.web.controller.BaseController;
|
|||||||
@RequestMapping("/tool/build")
|
@RequestMapping("/tool/build")
|
||||||
public class BuildController extends BaseController
|
public class BuildController extends BaseController
|
||||||
{
|
{
|
||||||
private String prefix = "/tool/build";
|
private String prefix = "tool/build";
|
||||||
|
|
||||||
@RequiresPermissions("tool:build:view")
|
@RequiresPermissions("tool:build:view")
|
||||||
@GetMapping()
|
@GetMapping()
|
||||||
|
Reference in New Issue
Block a user