绿满眶商城微信小程序-uniapp
bug
zhanghua
2025-05-28 555b592bfc02faedb307ef1be2174bce176c41c5
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,16 +120,6 @@
         }
      },
      {
         "path": "components/popups/popups",
         "style": {
            "navigationBarTitleText": "",
            "navigationStyle": "custom",
            "componentPlaceholder": {
               "u-icon": "view"
            }
         }
      },
      {
         "path": "components/m-share/index",
         "style": {
            "navigationBarTitleText": "",
@@ -223,6 +214,21 @@
               "u-search": "view"
            }
         }
      },
      {
         "path" : "pages/goods-manager/goodsList/goodsList",
         "style" :
         {
            "enablePullDownRefresh" : true,
            "navigationBarTitleText" : "商品列表"
         }
      },
      {
         "path" : "pages/goods-manager/addGoods/addGoods",
         "style" :
         {
            "navigationBarTitleText" : ""
         }
      }