xuxueyang
2024-07-23 89de2bbaf2e81ab3fa7a8c2aad3b76bc81033d3d
pages.json
@@ -3,21 +3,22 @@
   "easycom": {
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [{
  "pages": [
    {
         "path": "pages/login/supplier-login",
         "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      }, {
    },
    {
         "path": "pages/home/supplier-home",
         "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": true,
            "navigationStyle": "custom"
         }
      },
      // #ifdef PUB_CUSTOMER
      {
@@ -27,7 +28,6 @@
            "enablePullDownRefresh": true,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/user/address/address",
@@ -92,10 +92,9 @@
            "enablePullDownRefresh": false
         }
      }
   ],
   "subPackages": [{
  "subPackages": [
    {
      "root": "sub_pages/supplier",
      "pages": [
         // #ifdef PUB_SUPPLIER
@@ -128,7 +127,6 @@
               "enablePullDownRefresh": true
            }
         },
         {
            "path": "order-sale/order-sale",
            "style": {
@@ -142,10 +140,8 @@
               "navigationBarTitleText": "扣款记录",
               "enablePullDownRefresh": true,
               "navigationBarBackgroundColor": "#E6F2EB"
            }
         },
         {
            "path": "protocol",
            "style": {
@@ -154,9 +150,8 @@
            }
         }
      ]
   }, {
    },
    {
      "root": "sub_pages/partner",
      "pages": [
         // #ifdef PUB_PARTNER
@@ -167,7 +162,6 @@
               "enablePullDownRefresh": false
            }
         },
         {
            "path": "order-manage/order-manage",
            "style": {
@@ -184,7 +178,8 @@
         }
         // #endif
      ]
   }, {
    },
    {
      "root": "sub_pages/customer",
      "pages": [
         // #ifdef PUB_CUSTOMER 
@@ -205,6 +200,12 @@
            }
         },
         {
          "path": "shopping/confirm",
          "style": {
            "navigationBarTitleText": "订单详情"
          }
        },
        {
            "path": "trade/list",
            "style": {
               "navigationBarTitleText": "商品列表",
@@ -216,7 +217,6 @@
            "style": {
               "navigationBarTitleText": "商品详情",
               "enablePullDownRefresh": false
            }
         },
         {
@@ -224,10 +224,25 @@
            "style": {
               "navigationBarTitleText": "商家主页"
            }
        },
        {
          "path": "self/follow",
          "style": {
            "navigationBarTitleText": "我的关注",
            "enablePullDownRefresh": true
          }
        },
        {
          "path": "self/collect",
          "style": {
            "navigationBarTitleText": "我的收藏",
            "enablePullDownRefresh": true
          }
         }
         // #endif 
      ]
   }],
    }
  ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "花满芫",