xuxueyang
2024-07-30 c212c9ab501e1aff9e2dd90e8e87871c0bc7f1bc
pages.json
@@ -3,22 +3,7 @@
   "easycom": {
      "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
   },
   "pages": [{
         "path": "pages/login/supplier-login",
         "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/home/supplier-home",
         "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": true,
            "navigationStyle": "custom"
         }
      },
   "pages": [
      // #ifdef PUB_CUSTOMER
      {
         "path": "pages/home/home",
@@ -34,7 +19,23 @@
            "navigationBarTitleText": "收货地址"
         }
      },
      // #endif
      // #endif
      {
            "path": "pages/login/supplier-login",
            "style": {
               "navigationBarTitleText": "登录",
               "enablePullDownRefresh": false,
               "navigationStyle": "custom"
            }
         },
         {
            "path": "pages/home/supplier-home",
            "style": {
               "navigationBarTitleText": "首页",
               "enablePullDownRefresh": true,
               "navigationStyle": "custom"
            }
         },
      {
         "path": "pages/login/supplier-reg",
         "style": {