瀏覽代碼

页面路径

chao 4 年之前
父節點
當前提交
f955e290d2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/caimei/www/controller/RedirectController.java

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