| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "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": "个人中心"
- }
- },
- {
- "path": "pages/profile/complete-info",
- "style": {
- "navigationBarTitleText": "完善信息"
- }
- }
- ],
- "globalStyle": {
- "titleNView": false,
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "慢病首页"
- },
- {
- "pagePath": "pages/health/health",
- "text": "健康数据"
- },
- {
- "pagePath": "pages/profile/profile",
- "text": "个人中心"
- }
- ]
- }
- }
|