forked from github/dataease
refactor: 公共链接方法名称
This commit is contained in:
parent
e91a3e53c5
commit
3bedd43755
@ -45,7 +45,7 @@ public class IndexController {
|
||||
}
|
||||
|
||||
@GetMapping("/link/{index}")
|
||||
public String xggznb(@PathVariable(value = "index", required = true) Long index) {
|
||||
public String link(@PathVariable(value = "index", required = true) Long index) {
|
||||
String url = panelLinkService.getUrlByIndex(index);
|
||||
HttpServletResponse response = ServletUtils.response();
|
||||
String param = url.substring(url.indexOf("?") + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user