102 lines
2.0 KiB
JSON
102 lines
2.0 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detail/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/category/category",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "商品分类"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/category/category_detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "商品分类详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rank/rank",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "商品排名"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/classify/classify",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "商品分类列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/search/search",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "搜索"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/special-sale/choicen",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "特殊销售"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/special-sale/details",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "特殊销售详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/save-money/save-money",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "省钱券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/auth/auth",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "授权"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/activity/activity",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
} |