100 lines
2.0 KiB
JSON
100 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "优艺家沙发翻新",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/cases/list",
|
|
"style": {
|
|
"navigationBarTitleText": "案例展示"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/cases/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "案例详情",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/service/index",
|
|
"style": {
|
|
"navigationBarTitleText": "服务介绍"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/booking/index",
|
|
"style": {
|
|
"navigationBarTitleText": "预约咨询"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/booking-list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的预约"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/favorites",
|
|
"style": {
|
|
"navigationBarTitleText": "我的收藏"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "优艺家沙发翻新",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#D4A574",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/icons/home.png",
|
|
"selectedIconPath": "static/icons/home-active.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/cases/list",
|
|
"iconPath": "static/icons/cases.png",
|
|
"selectedIconPath": "static/icons/cases-active.png",
|
|
"text": "案例"
|
|
},
|
|
{
|
|
"pagePath": "pages/service/index",
|
|
"iconPath": "static/icons/service.png",
|
|
"selectedIconPath": "static/icons/service-active.png",
|
|
"text": "服务"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "static/icons/user.png",
|
|
"selectedIconPath": "static/icons/user-active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|