From 555b592bfc02faedb307ef1be2174bce176c41c5 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 28 五月 2025 11:10:25 +0800 Subject: [PATCH] bug --- pages.json | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index 57c57a3..e4123e3 100644 --- a/pages.json +++ b/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" : "" + } } -- Gitblit v1.8.0