xuxueyang
2024-07-08 d8ad0c1805b0701afadd069c79950edde490d5c9
pages.json
@@ -3,7 +3,19 @@
   "easycom": {
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [{
   "pages": [
      // #ifdef PUB_CUSTOMER
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": true,
            "navigationStyle": "custom"
         }
      },
      // #endif
      {
         "path": "pages/login/supplier-login",
         "style": {
            "navigationBarTitleText": "登录",
@@ -18,7 +30,8 @@
            "navigationStyle": "custom"
         }
      }, {
      },
      {
         "path": "pages/user/supplier-user",
         "style": {
            "navigationBarTitleText": "我的",
@@ -49,8 +62,7 @@
      },
      {
         "path" : "pages/user/user-pwd/user-pwd",
         "style" :
         {
         "style": {
            "navigationBarTitleText" : "修改密码",
            "enablePullDownRefresh" : false
         }
@@ -90,7 +102,7 @@
            "path": "order-records/order-records",
            "style": {
               "navigationBarTitleText": "扣款记录",
               "enablePullDownRefresh": false,
               "enablePullDownRefresh": true,
               "navigationBarBackgroundColor": "#E6F2EB"
            }
@@ -111,8 +123,7 @@
         },
         {
            "path" : "protocol",
            "style" :
            {
            "style": {
               "navigationBarTitleText" : "协议",
               "enablePullDownRefresh" : false
            }
@@ -124,18 +135,34 @@
      "root": "sub_pages/partner",
      "pages": [{
         "path" : "order-manage/order-manage",
         "style" :
         {
            "style": {
            "navigationBarTitleText" : "订单管理",
            "enablePullDownRefresh" : false
               "enablePullDownRefresh": true
         }
      },
      {
         "path" : "markup-config/markup-config",
         "style" :
         {
            "style": {
            "navigationBarTitleText" : "加价配置",
            "enablePullDownRefresh" : false
               "enablePullDownRefresh": true
            }
         }
      ]
   }, {
      "root": "sub_pages/customer",
      "pages": [{
            "path": "trade/trade",
            "style": {
               "navigationBarTitleText": "交易大厅",
               "enablePullDownRefresh": true
            }
         },
         {
            "path": "shopping/shopping",
            "style": {
               "navigationBarTitleText": "购物车",
               "enablePullDownRefresh": true
         }
      }