Initial commit of akmon project
This commit is contained in:
90
pages_ec_elder.json
Normal file
90
pages_ec_elder.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/elder/dashboard",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的生活",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/elder/care-records",
|
||||
"style": {
|
||||
"navigationBarTitleText": "护理记录",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"autoBackButton": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/family/elder-status",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的健康",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/family/communication",
|
||||
"style": {
|
||||
"navigationBarTitleText": "联系家人",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/activity/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的活动",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/visitor/management",
|
||||
"style": {
|
||||
"navigationBarTitleText": "访客预约",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/ec/elder/health-details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康详情",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#4CAF50"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "长者生活助手",
|
||||
"navigationBarBackgroundColor": "#4CAF50",
|
||||
"backgroundColor": "#F5F5F5"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user