117 lines
2.2 KiB
JSON
117 lines
2.2 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/home/home",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/message",
|
|
"style": {
|
|
"navigationBarTitleText": "消息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationBarTitleText": "聊天",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "柚健康"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/redirect-page",
|
|
"style": {
|
|
"navigationBarTitleText": "柚健康"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/archive/archive-manage",
|
|
"style": {
|
|
"navigationBarTitleText": "档案管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/archive/edit-archive",
|
|
"style": {
|
|
"navigationBarTitleText": "新增档案"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/health/list",
|
|
"style": {
|
|
"navigationBarTitleText": "健康信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/health/record",
|
|
"style": {
|
|
"navigationBarTitleText": "健康信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/library/diagnosis-list",
|
|
"style": {
|
|
"navigationBarTitleText": "选择诊断"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/team/team-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "团队介绍"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/team/homepage",
|
|
"style": {
|
|
"navigationBarTitleText": "个人主页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/team/friend",
|
|
"style": {
|
|
"navigationBarTitleText": "添加好友"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/web-view/web-view",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#065bd6",
|
|
"backgroundColor": "#065bd6"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#007aff",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_selected.png",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/message",
|
|
"iconPath": "static/tabbar/cart.png",
|
|
"selectedIconPath": "static/tabbar/cart_selected.png",
|
|
"text": "咨询"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
} |