food_wechat/pages.json

79 lines
1.2 KiB
JSON
Raw Normal View History

2024-04-15 16:12:55 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
2024-04-15 16:12:55 +08:00
"path": "pages/index/index",
"style": {
2024-04-22 11:59:53 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/list",
"style": {
"navigationStyle": "custom"
}
},
2024-04-26 23:08:01 +08:00
{
2024-05-29 21:49:52 +08:00
"path": "pages/shop/content",
"style": {
2024-04-26 23:08:01 +08:00
"navigationStyle": "custom"
}
},
2024-04-22 11:59:53 +08:00
{
2024-05-23 14:05:10 +08:00
"path": "pages/main/index",
2024-04-22 11:59:53 +08:00
"style": {
"navigationStyle": "custom"
}
},
{
2024-05-29 21:49:52 +08:00
"path": "pages/main/getTel",
"style": {
2024-05-23 14:05:10 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/confirm",
2024-05-29 21:49:52 +08:00
"style": {
2024-04-22 11:59:53 +08:00
"navigationStyle": "custom"
2024-04-15 16:12:55 +08:00
}
2024-05-23 14:05:10 +08:00
},
{
2024-05-29 21:49:52 +08:00
"path": "pages/shop/pay",
"style": {
"navigationStyle": "custom"
2024-05-23 14:05:10 +08:00
}
},
{
"path": "pages/main/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/refund",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/refProcess",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/search",
"style": {
"navigationStyle": "custom"
}
2024-04-15 16:12:55 +08:00
}
],
"uniIdRouter": {}
}