|
@@ -2,7 +2,7 @@ package com.goafanti.common.enums;
|
|
|
|
|
|
|
|
public enum MarketingPage {
|
|
public enum MarketingPage {
|
|
|
mainAchievement("/index",1,5), //首页成果
|
|
mainAchievement("/index",1,5), //首页成果
|
|
|
- mainDemand("/index",2,5), // 首页需求
|
|
|
|
|
|
|
+ mainDemand("/index",2,8), // 首页需求
|
|
|
mainPolicy("/index",6,3), //首页政策
|
|
mainPolicy("/index",6,3), //首页政策
|
|
|
specialist("/index",7,6);//智者专家
|
|
specialist("/index",7,6);//智者专家
|
|
|
MarketingPage(String pageUrl,Integer boothType,Integer boothSize){
|
|
MarketingPage(String pageUrl,Integer boothType,Integer boothSize){
|