75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "香氛拼团"
|
||
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/distribution/index",
|
||
"style": {
|
||
"navigationBarTitleText": "分销"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/create/index",
|
||
"style": {
|
||
"navigationBarTitleText": "创建"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/subscribe/index",
|
||
"style": {
|
||
"navigationBarTitleText": "订阅"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#6a7282",
|
||
"selectedColor": "#9810fa",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"fontSize": "14px",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/tabBar/home.png",
|
||
"selectedIconPath": "static/tabBar/homeAct.png",
|
||
"text": "首页"
|
||
}, {
|
||
"pagePath": "pages/distribution/index",
|
||
"iconPath": "static/tabBar/distribution.png",
|
||
"selectedIconPath": "static/tabBar/distributionAct.png",
|
||
"text": "分销"
|
||
}, {
|
||
"pagePath": "pages/create/index",
|
||
"iconPath": "static/tabBar/create.png",
|
||
"selectedIconPath": "static/tabBar/createAct.png",
|
||
"text": "创建"
|
||
}, {
|
||
"pagePath": "pages/subscribe/index",
|
||
"iconPath": "static/tabBar/subscribe.png",
|
||
"selectedIconPath": "static/tabBar/subscribeAct.png",
|
||
"text": "订阅"
|
||
}, {
|
||
"pagePath": "pages/my/index",
|
||
"iconPath": "static/tabBar/my.png",
|
||
"selectedIconPath": "static/tabBar/myAct.png",
|
||
"text": "我的"
|
||
}]
|
||
}
|
||
} |