chao %!s(int64=4) %!d(string=hai) anos
pai
achega
f955e290d2

+ 2 - 2
src/main/java/com/caimei/www/controller/RedirectController.java

@@ -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";
     }