1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- {
- "path" : "pages/index/test",
- "style" :
- {
- "navigationBarTitleText": "电子名片",
- "app-plus":{
- "titleNView":false //去掉app+h5顶部导航
- }
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#B4B7BB",
- "selectedColor": "#6786FB",
- "iconWidth":"18px",
- "borderStyle": "black",
- "backgroundColor": "#ffffff"
- // "list": [{
- // "pagePath": "pages/index/index",
- // "iconPath": "static/tabBar/tab-home.png",
- // "selectedIconPath": "static/tabBar/tab-home-current.png",
- // "text": "首页"
- // },
- // // {
- // // "pagePath": "pages/patient/patient",
- // // "iconPath": "static/tabBar/tab-cate.png",
- // // "selectedIconPath": "static/tabBar/tab-cate-current.png",
- // // "text": "咨询记录"
- // // },
- // // {
- // // "pagePath": "pages/index/index",
- // // "iconPath": "static/tabBar/tab-study.png",
- // // "selectedIconPath": "static/tabBar/tab-study-current.png",
- // // "text": "科普学习"
- // // },
- // {
- // "pagePath": "pages/user/user",
- // "iconPath": "static/tabBar/tab-my.png",
- // "selectedIconPath": "static/tabBar/tab-my-current.png",
- // "text": "我的"
- // }
- // ]
- }
- }
|