| | |
| | | "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
| | | },
|
| | | "pages": [
|
| | | |
| | |
|
| | | // #ifdef PUB_CUSTOMER
|
| | | {
|
| | | "path": "pages/home/home",
|
| | |
| | | }
|
| | | },
|
| | | {
|
| | | "path" : "pages/user/address/address",
|
| | | "style" : |
| | | {
|
| | | "navigationBarTitleText" : "收货地址",
|
| | | "enablePullDownRefresh" : false
|
| | | "path": "pages/user/address/address",
|
| | | "style": {
|
| | | "navigationBarTitleText": "收货地址",
|
| | | "enablePullDownRefresh": false
|
| | | }
|
| | | }
|
| | | ],
|
| | |
| | | "navigationBarTitleText": "购物车",
|
| | | "enablePullDownRefresh": true
|
| | | }
|
| | | },
|
| | | {
|
| | | "path": "trade/list",
|
| | | "style": {
|
| | | "navigationBarTitleText": "商品列表",
|
| | | "enablePullDownRefresh": true
|
| | | }
|
| | | },
|
| | | {
|
| | | "path": "trade/detail",
|
| | | "style": {
|
| | | "navigationBarTitleText": "商品详情", |
| | | "enablePullDownRefresh": false |
| | | |
| | | }
|
| | | }
|
| | |
|
| | | ]
|