{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "愈心谷" } }, { "path": "pages/yxg-magic/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffd1c7", "backgroundColor": "#ffd1c7", "backgroundColorTop": "#ffd1c7", "mp-weixin": { "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffd1c7", "backgroundColorTop": "#ffd1c7" } } }, { "path": "pages/healing/healing-list", "style": { "navigationBarTitleText": "" } }, { "path": "pages/healing-detail/healing-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/healing/active-list", "style": { "navigationBarTitleText": "" } }, { "path": "pages/healing-detail/active-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/test-list/test-list", "style": { "navigationBarTitleText": "" } }, { "path": "pages/test-detail/test-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/show-question/show-question", "style": { "navigationBarTitleText": "" } }, { "path": "pages/test-result/test-result", "style": { "navigationBarTitleText": "" } }, { "path": "pages/my-test/my-test", "style": { "navigationBarTitleText": "" } }, { "path": "pages/login-pop/login-pop", "style": { "navigationBarTitleText": "" } }, { "path": "pages/pay-demo/pay-demo", "style": { "navigationBarTitleText": "" } }, { "path": "pages/consult/consult", "style": { "navigationBarTitleText": "" } }, { "path": "pages/consult-detail/consult-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/appoint/appoint", "style": { "navigationBarTitleText": "" } }, { "path": "pages/my-focus/my-focus", "style": { "navigationBarTitleText": "" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "" } }, { "path": "pages/order-detail/order-detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/personal-center/personal-center", "style": { "navigationBarTitleText": "" } }, { "path": "pages/edit-userinfo/edit-userinfo", "style": { "navigationBarTitleText": "" } }, { "path": "pages/customer-service/customer-service", "style": { "navigationBarTitleText": "" } }, { "path" : "pages/feedback/feedback", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/consult-appointment/consult-appointment", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/show-image/show-image", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/show-banner/show-banner", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/webview-page/webview-page", "style" : { "navigationBarTitleText" : "" } } ], "globalStyle": { // "navigationBarTextStyle": "black", // "navigationBarTitleText": "uni-app", // "navigationBarBackgroundColor": "#F8F8F8", // "backgroundColor": "#F8F8F8", "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#ffd1c7", "backgroundColor": "#ffd1c7", "backgroundColorTop": "#ffd1c7" }, "uniIdRouter": {}, "tabBar": { "backgroundColor": "none", "borderStyle": "white", "selectedColor": "#EA4E2D", "fontSize": "24px", "iconWidth": "16px", "list": [{ "iconPath": "./static/n-menu/sy-n.png", "selectedIconPath": "./static/n-menu/sy-c.png", "pagePath": "pages/index/index", "text": "首页" }, { "iconPath": "./static/n-menu/mf-n.png", "selectedIconPath": "./static/n-menu/mf-c.png", "pagePath": "pages/yxg-magic/index", "text": "愈心魔方" }, { "iconPath": "./static/n-menu/zx-n.png", "selectedIconPath": "./static/n-menu/zx-c.png", "pagePath": "pages/consult/consult", "text": "心理咨询" }, { "iconPath": "./static/n-menu/hdbm-n.png", "selectedIconPath": "./static/n-menu/hdbm-c.png", "pagePath": "pages/test-list/test-list", "text": "心理测评" }, { "iconPath": "./static/n-menu/wd-n.png", "selectedIconPath": "./static/n-menu/wd-c.png", "pagePath": "pages/personal-center/personal-center", "text": "我的" } ] } }