|
@@ -74,7 +74,7 @@ public class RedirectController {
|
|
|
/**
|
|
|
* 维修保养介绍页【旧】
|
|
|
*/
|
|
|
- @GetMapping("/html/repair/view/mt-entry-index.jsp")
|
|
|
+ @GetMapping("/html/maintenance/view/mt-entry-index.jsp")
|
|
|
public String torepair() {
|
|
|
return "redirect:/repair.html";
|
|
|
}
|
|
@@ -96,7 +96,7 @@ public class RedirectController {
|
|
|
/**
|
|
|
* 二手商品列表
|
|
|
*/
|
|
|
- @GetMapping("/html/repair/view/secondtransactions.jsp")
|
|
|
+ @GetMapping("/html/maintenance/view/secondtransactions.jsp")
|
|
|
public String toFleaMarketForm() {
|
|
|
return "redirect:/flea-market/form.html";
|
|
|
}
|