| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "慢病APP"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/health/health",
- "style": {
- "navigationBarTitleText": "健康数据"
- }
- },
- {
- "path": "pages/profile/profile",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- }
- ],
- "globalStyle": {
- "titleNView": false,
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "慢病首页"
- },
- {
- "pagePath": "pages/health/health",
- "text": "健康数据"
- },
- {
- "pagePath": "pages/profile/profile",
- "text": "个人中心"
- }
- ]
- }
- }
|