You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

115 lines
2.7 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "祥安e家",
"navigationBarBackgroundColor": "#4facfe",
"navigationBarTextStyle": "white",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/service/index",
"style": {
"navigationBarTitleText": "服务",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/store/index",
"style": {
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/ai/index",
"style": {
"navigationBarTitleText": "AI",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/auth",
"style": {
"navigationBarTitleText": "业主认证",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/select-community",
"style": {
"navigationBarTitleText": "小区选择"
}
},
{
"path": "pages/user/select-room",
"style": {
"navigationBarTitleText": "房屋选择"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#4facfe",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/home.png"
},
{
"pagePath": "pages/service/index",
"text": "服务",
"iconPath": "static/service.png",
"selectedIconPath": "static/service.png"
},
{
"pagePath": "pages/store/index",
"text": "商城",
"iconPath": "static/store.png",
"selectedIconPath": "static/store.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/user.png",
"selectedIconPath": "static/user.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "祥安e家",
"navigationBarBackgroundColor": "#4facfe",
"backgroundColor": "#f5f5f5"
},
"uniIdRouter": {}
}