|
@@ -1,9 +1,27 @@
|
|
|
{
|
|
{
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
|
+ "pages": [
|
|
|
{
|
|
{
|
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "慢病APP"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/login/login",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/health/health",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "健康数据"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/profile/profile",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
@@ -12,5 +30,21 @@
|
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tabBar": {
|
|
|
|
|
+ "list": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
|
+ "text": "慢病首页"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/health/health",
|
|
|
|
|
+ "text": "健康数据"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/profile/profile",
|
|
|
|
|
+ "text": "个人中心"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|