140 lines
2.8 KiB
Plaintext
140 lines
2.8 KiB
Plaintext
{
|
||
"easycom": {
|
||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||
"custom": {
|
||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||
}
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
||
{
|
||
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页",
|
||
"navigationBarBackgroundColor": "#36394D",
|
||
"navigationStyle": "custom",
|
||
"backgroundColor": "#F8F8F8"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/community",
|
||
"style": {
|
||
"navigationBarTitleText": "社区",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/user",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "v派商家",
|
||
"navigationBarBackgroundColor": "#fff",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"subPackages": [{
|
||
"root": "pages/community",
|
||
"pages": [{
|
||
"path": "noticeList",
|
||
"style": {
|
||
"navigationBarTitleText": "社区公告"
|
||
}
|
||
},
|
||
{
|
||
"path": "merchantCom",
|
||
"style": {
|
||
"navigationBarTitleText": "社区商家"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/goods",
|
||
"pages": [{
|
||
"path": "merchant",
|
||
"style": {
|
||
"navigationBarTitleText": "热门商家"
|
||
}
|
||
}]
|
||
},
|
||
{
|
||
"root": "pages/article",
|
||
"pages": [{
|
||
"path": "articleCom",
|
||
"style": {
|
||
"navigationBarTitleText": "社区公告"
|
||
}
|
||
},
|
||
{
|
||
"path": "newsList",
|
||
"style": {
|
||
"navigationBarTitleText": "新闻公告"
|
||
}
|
||
},
|
||
{
|
||
"path": "news",
|
||
"style": {
|
||
"navigationBarTitleText": "新闻详情"
|
||
}
|
||
}
|
||
|
||
]
|
||
}, {
|
||
"root": "pages/userFunc",
|
||
"pages": [{
|
||
"path" : "setData",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "编辑资料"
|
||
}
|
||
},
|
||
{
|
||
"path" : "integration",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "积分明细"
|
||
}
|
||
},
|
||
{
|
||
"path" : "trade",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "交易记录"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
|
||
|
||
"tabBar": {
|
||
"color": "#8a8a8a",
|
||
"selectedColor": "#EC754B",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"text": "首页",
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "/static/tabBar/home.png",
|
||
"selectedIconPath": "/static/tabBar/homed.png"
|
||
}, {
|
||
"text": "社区",
|
||
"pagePath": "pages/index/community",
|
||
"iconPath": "/static/tabBar/community.png",
|
||
"selectedIconPath": "/static/tabBar/communityed.png"
|
||
}, {
|
||
"text": "个人中心",
|
||
"pagePath": "pages/index/user",
|
||
"iconPath": "/static/tabBar/user.png",
|
||
"selectedIconPath": "/static/tabBar/usered.png"
|
||
}]
|
||
}
|
||
|
||
} |