绿满眶商城微信小程序-uniapp
xiangpei
2025-05-28 0f29ef8edb92c1bbf783ac39610ca8591f58294d
pages.json
@@ -2,7 +2,8 @@
       "easycom": {
         "autoscan": true,
         "custom": {
            "^u-(.*)": "@/uview-components/uview-ui/components/u-$1/u-$1.vue"//uview
            "^u-(.*)": "@/uview-components/uview-ui/components/u-$1/u-$1.vue",//uview,
            "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue" // uniapp组件
         }
      },
     "preloadRule": {
@@ -119,6 +120,37 @@
         }
      },
      {
         "path": "components/m-share/index",
         "style": {
            "navigationBarTitleText": "",
            "navigationStyle": "custom",
            "componentPlaceholder": {
               "u-popup": "view",
               "u-icon": "view"
            }
         }
      },
      {
         "path": "components/m-buy/goods",
         "style": {
            "navigationBarTitleText": "",
            "componentPlaceholder": {
               "u-popup": "view",
               "u-image": "view",
               "u-alert-tips": "view"
            }
         }
      },
      {
         "path": "components/m-take-down-sale-goods/index",
         "style": {
            "navigationBarTitleText": "",
            "componentPlaceholder": {
               "u-popup": "view"
            }
         }
      },
      {
         "path": "pages/navigation/search/searchPage",
         "style": {
            "navigationBarTitleText": "搜索",
@@ -181,6 +213,21 @@
               "u-popup": "view",
               "u-search": "view"
            }
         }
      },
      {
         "path" : "pages/goods-manager/goodsList/goodsList",
         "style" :
         {
            "enablePullDownRefresh" : true,
            "navigationBarTitleText" : "商品列表"
         }
      },
      {
         "path" : "pages/goods-manager/addGoods/addGoods",
         "style" :
         {
            "navigationBarTitleText" : ""
         }
      }
@@ -519,6 +566,14 @@
                           "color": "#FFFFFF"
                        }]
                     }
                  },
                  "componentPlaceholder": {
                     "u-form": "view",
                     "u-form-item": "view",
                     "u-input": "view",
                     "u-radio-group": "view",
                     "u-radio": "view",
                     "u-picker": "view"
                  }
               }
            }, {
@@ -601,50 +656,138 @@
               "navigationStyle": "custom"
            }
         },
            {
               "path": "goods",
               "style": {
                  "backgroundColor": "#fff",
                  "navigationStyle": "custom",
                  "app-plus": {
                     // 将回弹属性关掉
                     "bounce": "none",
                     // 禁止页面滚动
                     "scrollIndicator": "none",
                     "safearea": {
                        "bottom": {
                             "offset": "none"
                          }
                       }
                  }
               }
            },
            {
               "path": "askList",
               "style": {
                  "navigationBarTitleText": "问答专区"
               }
            },
            { //商品评价
               "path": "comment",
         {
            "path": "goods",
            "style": {
               "backgroundColor": "#fff",
               "navigationStyle": "custom",
               "style": {
                  "navigationBarTitleText": "商品评价",
                  //app页面不显示滚动条
                  "scrollIndicator": "none"
               }
            },
            { // 客服
               "path": "customerservice/index",
               "style": {
                  "navigationBarTitleText": "客服",
                  "usingComponents": {
                     // #ifdef MP-WEIXIN
                     "chat": "plugin://myPlugin/chat"
                     // #endif
                  }
               "app-plus": {
                  // 将回弹属性关掉
                  "bounce": "none",
                  // 禁止页面滚动
                  "scrollIndicator": "none",
                  "safearea": {
                     "bottom": {
                          "offset": "none"
                       }
                    }
               },
               "componentPlaceholder": {
                  "u-icon": "view",
                  "u-navbar": "view",
                  "u-popup": "view"
               }
            }
         },
         {
            "path": "askList",
            "style": {
               "navigationBarTitleText": "问答专区"
            }
         },
         {
            "path": "product/promotion/-promotion-details",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-tag": "view"
               }
            }
         },
         {
            "path": "product/promotion/-promotion-assemble-promotions",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-tag": "view",
                  "u-count-down": "view"
               }
            }
         },
         {
            "path": "product/promotion/-promotion-assemble-list",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-image": "view",
                  "u-button": "view",
                  "u-empty": "view"
               }
            }
         },
         {
            "path": "product/goods/-goods-intro",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-empty": "view",
                  "u-parse": "view"
               }
            }
         },
         {
            "path": "product/shop/-shop",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-image": "view",
                  "u-loading": "view"
               }
            }
         },
         {
            "path": "product/evaluation/-evaluation",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-avatar": "view",
                  "u-read-more": "view",
                  "u-image": "view",
                  "u-empty": "view"
               }
            }
         },
         {
            "path": "product/goods/-goods-swiper",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-loading": "view",
                  "u-image": "view"
               }
            }
         },
         {
            "path": "product/popup/address",
            "style": {
               "navigationBarTitleText": "",
               "componentPlaceholder": {
                  "u-popup": "view",
                  "u-icon": "view",
                  "u-empty": "view"
               }
            }
         },
         { //商品评价
            "path": "comment",
            "navigationStyle": "custom",
            "style": {
               "navigationBarTitleText": "商品评价",
               //app页面不显示滚动条
               "scrollIndicator": "none"
            }
         },
         { // 客服
            "path": "customerservice/index",
            "style": {
               "navigationBarTitleText": "客服",
               "usingComponents": {
                  // #ifdef MP-WEIXIN
                  "chat": "plugin://myPlugin/chat"
                  // #endif
               }
            }
         }
         ]