123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },{
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },{
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },{
- "path": "pages/chat/index",
- "style": {
- "navigationBarTitleText": "问诊"
- }
- },{
- "path": "pages/web-view/index",
- "style": {
- "navigationBarTitleText": "网页浏览"
- }
- },{
- "path": "pages/category/symptom",
- "style": {
- "navigationBarTitleText": "症状自查"
- }
- },{
- "path": "pages/category/disease",
- "style": {
- "navigationBarTitleText": "疾病百科"
- }
- },{
- "path": "pages/category/medicine",
- "style": {
- "navigationBarTitleText": "药品查询"
- }
- }
- ],
- "tabBar": {
- "color": "#666",
- "selectedColor": "#4CAF50",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "static/icons/home.png",
- "selectedIconPath": "static/icons/home-active.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "static/icons/mine.png",
- "selectedIconPath": "static/icons/mine-active.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|