115 lines
2.7 KiB
JSON
115 lines
2.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/pets/pets",
|
|
"style": {
|
|
"navigationBarTitleText": "我的宠物",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/assistant/assistant",
|
|
"style": {
|
|
"navigationBarTitleText": "AI助手",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/adoption/adoption",
|
|
"style": {
|
|
"navigationBarTitleText": "领养专区",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/pet-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "宠物详情",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-pet",
|
|
"style": {
|
|
"navigationBarTitleText": "添加宠物",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pets/add-record",
|
|
"style": {
|
|
"navigationBarTitleText": "添加记录",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "宠爱小程序",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f8f9fa"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui-next/components/u-$1/u-$1.vue"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#ff6b6b",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/pets/pets",
|
|
"text": "宠物",
|
|
"iconPath": "static/tabbar/pets.png",
|
|
"selectedIconPath": "static/tabbar/pets-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/assistant/assistant",
|
|
"text": "助手",
|
|
"iconPath": "static/tabbar/assistant.png",
|
|
"selectedIconPath": "static/tabbar/assistant-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/adoption/adoption",
|
|
"text": "领养",
|
|
"iconPath": "static/tabbar/adoption.png",
|
|
"selectedIconPath": "static/tabbar/adoption-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/profile.png",
|
|
"selectedIconPath": "static/tabbar/profile-active.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|