You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.8 KiB
81 lines
1.8 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
},
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},{
|
|
"path": "pages/restaurant/select",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "选择餐厅"
|
|
}
|
|
},{
|
|
"path": "pages/restaurant/menu",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "菜单"
|
|
}
|
|
},{
|
|
"path": "pages/restaurant/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "产品详情"
|
|
}
|
|
},{
|
|
"path": "pages/restaurant/card",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的卡券"
|
|
}
|
|
},{
|
|
"path": "pages/address/list",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的地址"
|
|
}
|
|
},{
|
|
"path": "pages/address/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的地址"
|
|
}
|
|
},{
|
|
"path": "pages/order/create",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "提交订单"
|
|
}
|
|
},{
|
|
"path": "pages/order/pay",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "支付"
|
|
}
|
|
},{
|
|
"path": "pages/order/list",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的订单"
|
|
}
|
|
},{
|
|
"path": "pages/order/info",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [],
|
|
"preloadRule": {},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "肯德基在线点餐",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
} |