| | |
| | | public static final String SOLVE_SCHEME ="SOLVE_SCHEME" ; |
| | | public static final String WISDOM_SYSTEM ="WISDOM_SYSTEM" ; |
| | | public static final String HONORS ="HONORS" ; |
| | | public static final String YQLINKS ="YQLINKS" ; |
| | | public static final String QYEMAIL ="QYEMAIL" ; |
| | | public static final String FOOT_WORDS ="FOOT_WORDS" ; |
| | | |
| | | |
| | |
| | | public enum PageIndex { |
| | | defaultPage( -1, "默认页", "default.html","default.html",-1), |
| | | index( 0, "首页","index.html","index.html",0), |
| | | zhxt( 1, "智慧系统一级页","intelligent_system.html","intelligent_system.html",1), |
| | | zhxt2( 2, "智慧场馆二级页","index.html","index.html",1), |
| | | zhxt( 1, "智慧场馆运营系统","intelligent_system.html","intelligent_system.html",1), |
| | | zhxt2( 2, "智慧场馆运维系统","operation.html","operation.html",1), |
| | | about( 3, "关于我们","about.html","about.html",5), |
| | | operation( 4, "渠道合作","aboutChannel.html","aboutChannel.html",6), |
| | | dynamics( 5, "最新动态","dynamics.html","dynamics.html",4), |
| | | alot( 6, "alot物联","alot.html","alot.html",3), |
| | | dynamicsDetail( 7, "最新动态详情","dynamics_details.html","dynamics/${id}.html",4), |
| | | solution( 8, "解决方案","solution.html","solution.html",2), |
| | | casesDetail( 9, "客户案例详情页","case_details.html","cases/${id}.html",0); |
| | | solution( 8, "解决方案-数智体育场馆","solution.html","solution.html",2), |
| | | casesDetail( 9, "客户案例详情页","case_details.html","cases/${id}.html",0), |
| | | solutioMeadowlands( 10, "解决方案-24H智能场馆","solution-meadowlands.html","solution-meadowlands.html",2), |
| | | solutionSport( 11, "解决方案-景区&游乐园","solution-sport.html","solution-sport.html",2), |
| | | solutionScenicSpot( 12, "解决方案-数智体育平台","solution-scenicSpot.html","solution-scenicSpot.html",2), |
| | | solutionSpace( 13, "解决方案-空间智慧管理","solution-space.html","solution-space.html",2), |
| | | bannerDetails( 14, "首页-轮播图详情","banner_details.html","banners/${id}.html",0); |
| | | |
| | | private int key; |
| | | private String name; |
| | | private String template; |