123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [
- "pages/login/index",
- "pages/home/index",
- "pages/mine/index",
- "pages/chat/index",
- "pages/web-view/index",
- "pages/category/symptom",
- "pages/category/disease",
- "pages/category/medicine"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "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"
- }
- ]
- },
- "permission": {
- "scope.userInfo": {
- "desc": "你的个人信息将用于小程序登录和个性化服务"
- },
- "scope.login": {
- "desc": "获取你的登录凭证"
- }
- },
- "usingComponents": {}
- }
|