Commit dd70451e by jiang'yun

修改

parent 52f5bf23
...@@ -99,6 +99,7 @@ public class TpRyInfoController extends BaseController ...@@ -99,6 +99,7 @@ public class TpRyInfoController extends BaseController
@PutMapping @PutMapping
public AjaxResult edit(@RequestBody TpRyInfo tpRyInfo) public AjaxResult edit(@RequestBody TpRyInfo tpRyInfo)
{ {
return toAjax(tpRyInfoService.updateTpRyInfo(tpRyInfo)); return toAjax(tpRyInfoService.updateTpRyInfo(tpRyInfo));
} }
......
...@@ -7,11 +7,11 @@ import org.springframework.web.bind.annotation.GetMapping; ...@@ -7,11 +7,11 @@ import org.springframework.web.bind.annotation.GetMapping;
public class TzController { public class TzController {
//跳转的前端地址 //跳转的前端地址
private static final String VUEHOST = "http://10.61.1.241:8887"; private static final String VUEHOST = "http://10.66.1.17:9034";
@GetMapping("/info") @GetMapping("/info")
public String getInfo(String tk) { public String getInfo(String tk) {
return "redirect:"+VUEHOST+"/info?tk="+tk; return "redirect:"+VUEHOST+"/tp/info?tk="+tk;
} }
} }
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