food_wechat/pages.json

63 lines
949 B
JSON
Raw Normal View History

2024-04-15 16:12:55 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-05-29 21:49:52 +08:00
"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"
}
},
{
2024-05-29 21:49:52 +08:00
"path": "pages/shop/order",
"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": {
"navigationBarTitleText": "收银台"
2024-05-23 14:05:10 +08:00
}
},
{
2024-05-29 21:49:52 +08:00
"path": "pages/index/demo",
"style": {
"navigationBarTitleText": "测试"
}
},
{
"path" : "pages/main/login",
"style" :
{
"navigationBarTitleText" : ""
}
2024-04-15 16:12:55 +08:00
}
],
"uniIdRouter": {}
}