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.
 
 
 

156 lines
4.0 KiB

{
"pages": [
//pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "祥安e家",
"navigationBarBackgroundColor": "#98C147",
"navigationBarTextStyle": "white",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/service/index",
"style": {
"navigationBarTitleText": "服务",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5"
}
},
{
"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/join",
"style": {
"navigationBarTitleText": "加入",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/select-community",
"style": {
"navigationBarTitleText": "小区选择"
}
},
{
"path": "pages/user/select-room",
"style": {
"navigationBarTitleText": "房屋选择"
}
},
{
"path": "pages/user/property-bill",
"style": {
"navigationBarTitleText": "我的账单"
}
},
{
"path": "pages/user/my-properties",
"style": {
"navigationBarTitleText": "我的房产"
}
}
],
"subPackages": [
{
"root": "userPages",
"pages": [
{
"path": "pages/cars",
"style": {
"navigationBarTitleText": "我的车位车辆"
}
},
{
"path": "pages/guest",
"style": {
"navigationBarTitleText": "访客记录"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#98C147",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath": "pages/service/index",
"text": "服务",
"iconPath": "static/service.png",
"selectedIconPath": "static/service-active.png"
},
// {
// "pagePath": "pages/store/index",
// "text": "商城",
// "iconPath": "static/store.png",
// "selectedIconPath": "static/store-active.png"
// },
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "static/user.png",
"selectedIconPath": "static/user-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "祥安e家",
"navigationBarBackgroundColor": "#98C147",
"backgroundColor": "#f5f5f5"
},
"uniIdRouter": {}
}