food_wechat/pages.json

61 lines
977 B
JSON
Raw Normal View History

2024-04-15 16:12:55 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"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
{
"path" : "pages/shop/content",
"style" :
{
"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-23 14:05:10 +08:00
"path" : "pages/main/getTel",
"style" :
{
"navigationStyle": "custom"
}
},
{
"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
},
{
"path" : "pages/shop/pay",
"style" :
{
"navigationBarTitleText" : "收银台"
}
},
{
"path" : "pages/index/demo",
"style" :
{
"navigationBarTitleText" : ""
}
2024-04-15 16:12:55 +08:00
}
],
"uniIdRouter": {}
}