rk
2026-04-23 3696830fbaf2fd97d98020087abf20917e491bdc
app/pages.json
@@ -4,17 +4,88 @@
   },
   "pages": [
      {
         "path": "pages/guide-page/guide-page",
         "style": {
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "首页",
            "navigationBarBackgroundColor": "#ffffff"
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/mine/mine",
         "style": {
            "navigationBarTitleText": "我的",
            "navigationBarBackgroundColor": "#ffffff"
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/order/order",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/order-detail/order-detail",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/message/message",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/login/login",
         "style": {
            "app-plus": {
               "titleNView": false
            }
         }
      },
      {
         "path": "pages/settings/settings",
         "style": {
            "navigationBarTitleText": "设置"
         }
      },
      {
         "path": "pages/change-password/change-password",
         "style": {
            "navigationBarTitleText": "修改密码"
         }
      },
      {
         "path": "pages/driver-certification/driver-certification",
         "style": {
            "navigationBarTitleText": "司机认证"
         }
      },
      {
         "path": "pages/certification-details/certification-details",
         "style": {
            "navigationBarTitleText": "司机认证"
         }
      }
   ],
@@ -32,14 +103,26 @@
      "list": [
         {
            "pagePath": "pages/index/index",
            "iconPath": "static/tabbar/nav_jiancha@2x.png",
            "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
            "text": "首页"
            "iconPath": "static/tabbar/nav_home_sel@2x.png",
            "selectedIconPath": "static/tabbar/nav_home_sel@2x1.png",
            "text": "大厅"
         },
         {
            "pagePath": "pages/order/order",
            "iconPath": "static/tabbar/nav_order@2x.png",
            "selectedIconPath": "static/tabbar/nav_order@2x1.png",
            "text": "订单"
         },
         {
            "pagePath": "pages/message/message",
            "iconPath": "static/tabbar/nav_xiaoxi@2x.png",
            "selectedIconPath": "static/tabbar/nav_xiaoxi@2x1.png",
            "text": "消息"
         },
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/tabbar/nav_jiancha@2x.png",
            "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
            "iconPath": "static/tabbar/nav_mine@2x.png",
            "selectedIconPath": "static/tabbar/nav_mine@2x1.png",
            "text": "我的"
         }
      ]