| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/tabBar/home",
- "pages/tabBar/medicine",
- "pages/tabBar/mine",
- "pages/home/shop",
- "pages/home/certification",
- "pages/home/productDetails",
- "pages/medicine/consultation",
- "pages/medicine/extractionRoot",
- "pages/medicine/inform",
- "pages/index/index",
- "pages/mine/address",
- "pages/mine/drugUser",
- "pages/mine/newAddress"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#707070",
- "selectedColor": "#4CAF50",
- "borderStyle": "white",
- "spacing": "1px",
- "backgroundColor": "#fbfbfb",
- "list": [
- {
- "pagePath": "pages/tabBar/home",
- "iconPath": "/static/tabbar/drugstore.png",
- "selectedIconPath": "/static/tabbar/drugstoreHL.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabBar/medicine",
- "iconPath": "/static/tabbar/medicine.png",
- "selectedIconPath": "/static/tabbar/medicineHL.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/tabBar/mine",
- "iconPath": "/static/tabbar/mine.png",
- "selectedIconPath": "/static/tabbar/mineHL.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取用户当前位置,以提供更好的服务"
- }
- },
- "requiredPrivateInfos": [
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|