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-04-22 12:07:17 +08:00
|
|
|
|
"path": "pages/shop/demo",
|
2024-04-22 11:59:53 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-04-22 12:07:17 +08:00
|
|
|
|
"path": "pages/main/index",
|
|
|
|
|
"style": {
|
2024-04-22 11:59:53 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2024-04-15 16:12:55 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|