zhaojs
2023-07-26 9a075e01191468d975d748025497cc91fb124e1d
uniapp/pages.json
@@ -4,6 +4,9 @@
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [
       {
         "path": "pages/index/launchPage"
      },
      //首页
      {
         "path": "pages/index/index",
@@ -19,6 +22,10 @@
      // 修改信息
      {
         "path": "pages/mine/setting/modifyInfo"
      },
      // 修改邀请码
      {
         "path": "pages/mine/setting/modifyInviteCode"
      },
      // 修改信息
      {
@@ -457,9 +464,39 @@
            }
         }
      },
      // 比价
      {
         "path": "pages/rankinglist/compareprice",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      // 线报
      {
         "path": "pages/rankinglist/xianbao",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      //公共嵌套页面
      {
         "path": "pages/rankinglist/common_act",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      //公共中转页
      {
         "path": "pages/rankinglist/common_transfer",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
@@ -866,33 +903,39 @@
      // "height": "60px",
      "list": [{
            "pagePath": "pages/index/index",
            "iconPath": "static/images/tabBar/home.png",
            "selectedIconPath": "static/images/tabBar/homeActive.png",
            "iconPath": "static/images/tabBar/ne_index.png",
            "selectedIconPath": "static/images/tabBar/ne_index_act.png",
            "text": " 首页"
         },
         {
            "pagePath": "pages/rankinglist/fengqiang",
            "iconPath": "static/images/tabBar/fqbico_un.png",
            "selectedIconPath": "static/images/tabBar/fqbico_in.png",
            "iconPath": "static/images/tabBar/ne_qiang.png",
            "selectedIconPath": "static/images/tabBar/ne_qiang_act.png",
            "text": "疯抢榜"
         },
         {
            "pagePath": "pages/rankinglist/compareprice",
            "iconPath": "static/images/tabBar/compareprice.png",
            "selectedIconPath": "static/images/tabBar/compareprice_activity.png",
            "text": "搜低价"
         },
         {
            "pagePath": "pages/rankinglist/xianbao",
            "iconPath": "static/images/tabBar/find.png",
            "selectedIconPath": "static/images/tabBar/findactive.png",
            "iconPath": "static/images/tabBar/ne_xb.png",
            "selectedIconPath": "static/images/tabBar/ne_xb_act.png",
            "text": "线报"
         },
         {
         /* {
            "pagePath": "pages/community/community",
            "iconPath": "static/images/tabBar/talentSay.png",
            "selectedIconPath": "static/images/tabBar/talentSayactive.png",
            "iconPath": "static/images/tabBar/ne_bend.png",
            "selectedIconPath": "static/images/tabBar/ne_bend_act.png",
            "text": "本地生活"
         },
         }, */
          
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/images/tabBar/mine.png",
            "selectedIconPath": "static/images/tabBar/mineActive.png",
            "iconPath": "static/images/tabBar/ne_mine.png",
            "selectedIconPath": "static/images/tabBar/ne_mine_act.png",
            "text": "我的"
         }
      ]