diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index f62450f33..012149079 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -3,7 +3,8 @@ "autoscan": true, "custom": { // uni-ui 规则如下配置 - "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" + "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", + "^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue" } }, "subPackages": [{ @@ -48,6 +49,13 @@ "navigationStyle": "custom" } }, + { + "path": "QRcode/QRcode", + "style": { + "navigationBarTitleText": "二维码", + "navigationStyle": "custom" + } + }, { "path": "oilRecharge/oilRecharge", "style": { @@ -69,7 +77,6 @@ "navigationStyle": "custom" } }, - { "path": "goodsDetails/goodsDetails", "style": {