11.29前端
This commit is contained in:
parent
3c82e2e420
commit
d802a61794
@ -3,7 +3,8 @@
|
|||||||
"autoscan": true,
|
"autoscan": true,
|
||||||
"custom": {
|
"custom": {
|
||||||
// uni-ui 规则如下配置
|
// 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": [{
|
"subPackages": [{
|
||||||
@ -48,6 +49,13 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "QRcode/QRcode",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "二维码",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "oilRecharge/oilRecharge",
|
"path": "oilRecharge/oilRecharge",
|
||||||
"style": {
|
"style": {
|
||||||
@ -69,7 +77,6 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "goodsDetails/goodsDetails",
|
"path": "goodsDetails/goodsDetails",
|
||||||
"style": {
|
"style": {
|
||||||
|
Loading…
Reference in New Issue
Block a user