123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "患者列表",
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/myCenter/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ,{
- "path" : "pages/myCenter/personalData/personalData",
- "style" :
- {
- "navigationBarTitleText": "个人资料",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "用户详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myCenter/updatePassword/updatePassword",
- "style" :
- {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/session/list/list",
- "style" :
- {
- "navigationBarTitleText": "会话列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/session/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "会话详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/chatRoom/chatRoom",
- "style" :
- {
- "navigationBarTitleText": "视频通话",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/chatconnect/chatconnect",
- "style" :
- {
- "navigationBarTitleText": "聊天室",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/ECG/index/index",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/ECG/webView/webView",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#3384ff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/index.png",
- "selectedIconPath": "static/tabBar/indexEd.png",
- "text": "患者"
- },
- {
- "pagePath": "pages/myCenter/index",
- "iconPath": "static/tabBar/mine.png",
- "selectedIconPath": "static/tabBar/mineEd.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|