11.29前端
This commit is contained in:
parent
3c82e2e420
commit
d802a61794
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user