doum
2025-09-23 950a1fa8dd30c364f5f060486fe5d9a9ede4d04e
server/src/main/java/com/doumee/core/constants/Constants.java
@@ -85,7 +85,22 @@
        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);
        bannerDetails(  14, "首页-轮播图详情","banner_details.html","banners/${id}.html",0),
        sozhtycg(  15, "解决方案-综合体育场馆(3级)","sozhtycg.html","sozhtycg.html",2),
        soqmjszx(  16, "解决方案-全民健身中心(3级)","soqmjszx.html","soqmjszx.html",2),
        soxytycg(  17, "解决方案-校园体育场馆(3级)","soxytycg.html","soxytycg.html",2),
        sobxtycg(  18, "解决方案-冰雪体育场馆(3级)","sobxtycg.html","sobxtycg.html",2),
        soyytycg(  19, "解决方案-游泳体育场馆(3级)","soyytycg.html","soyytycg.html",2),
        sozhtygy(  20, "解决方案-智慧体育公园(3级)","sozhtygy.html","sozhtygy.html",2),
        so24zncg(  21, "解决方案-24H智能场馆(3级)","so24zncg.html","so24zncg.html",2),
        sowrzscg(  22, "解决方案-无人值守场馆(3级)","sowrzscg.html","sowrzscg.html",2),
        sotylsyypt(  23, "解决方案-体育连锁运营平台(3级)","sotylsyypt.html","sotylsyypt.html",2),
        sossjsztypt(  24, "解决方案-省市级数智体育平台(3级)","sossjsztypt.html","sossjsztypt.html",2),
        soqzly(  25, "解决方案-亲子乐园(3级)","soqzly.html","soqzly.html",2),
        solyjq(  26, "解决方案-旅游景区(3级)","solyjq.html","solyjq.html",2),
        sogrwhg(  27, "解决方案-工人文化宫(3级)","sogrwhg.html","sogrwhg.html",2),
        soqyghg(  28, "解决方案-企业工会馆(3级)","soqyghg.html","soqyghg.html",2),
        sowyycg(  29, "解决方案-文艺演出馆(3级)","sowyycg.html","sowyycg.html",2) ;
        private int key;
        private String name;
@@ -112,7 +127,7 @@
    @Getter
    public enum MobilePageIndex {
        defaultPage(  -1, "默认页", "defaultMobile.html","defaultMobile.html",-1),
        index(  0, "首页","indexMobile.html","indexMobile.html",0),
        index(  0, "首页","indexMobile.html","index.html",0),
        intelligentSystemMobile(  1, "智慧场馆运营系统","intelligentSystemMobile.html","intelligentSystemMobile.html",1),
        intelligentSystemYwMobile(  2, "智慧场馆运维系统","intelligentSystemYwMobile.html","intelligentSystemYwMobile.html",1),
        sportsVenueMobile(  3, "综合体育场馆","sportsVenueMobile.html","sportsVenueMobile.html",5),
@@ -134,6 +149,10 @@
        cooperationMobile(  20, "渠道合作","cooperationMobile.html","cooperationMobile.html",0),
        aboutMobile(  21, "关于我们","aboutMobile.html","aboutMobile.html",0),
        dynamics(  22, "最新动态","dynamicListMobile.html","dynamicListMobile${type}.html",4),
        ssjShuzhitiyuMobile(  23, "省市级数智体育平台","ssjShuzhitiyuMobile.html","ssjShuzhitiyuMobile.html",4),
        sportsChainMobile(  24, "体育连锁运营平台","sportsChainMobile.html","sportsChainMobile.html",4),
        qinzileyuanMobile(  25, "亲子乐园","qinzileyuanMobile.html","qinzileyuanMobile.html",4),
        lvyoujingquMobile(  26, "旅游景区","lvyoujingquMobile.html","lvyoujingquMobile.html",4),
        bannerDetails(  19, "首页-轮播图详情","banner_details.html","banners/${id}.html",0);
        private int key;