|
@@ -129,6 +129,20 @@ public class RedirectController {
|
|
|
public String activityTopics3(@PathVariable("id") Integer id) {
|
|
|
return "redirect:/product/beauty-" + id + ".html";
|
|
|
}
|
|
|
+ /**
|
|
|
+ * 快捷运营
|
|
|
+ */
|
|
|
+ @GetMapping("/cmpage/info-9-{id}.html")
|
|
|
+ public String activityTopics9(@PathVariable("id") Integer id) {
|
|
|
+ return "redirect:/product/beauty-" + id + ".html";
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * 快捷运营
|
|
|
+ */
|
|
|
+ @GetMapping("/quickOperation/operation-{id}.html")
|
|
|
+ public String quickOperation(@PathVariable("id") Integer id) {
|
|
|
+ return "redirect:/product/beauty-" + id + ".html";
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
|
* 专题活动列表页【旧】
|