1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "pages/login/index",
- "pages/goods/goodList/goodList",
- "pages/login/login",
- "pages/my/my",
- "pages/my/myOrder/myOrder",
- "pages/my/myOrderDetail/myOrderDetail",
- "pages/goods/goodSearch/goodSearch",
- "pages/goods/orderOK/orderOK",
- "pages/goods/orderOK/index",
- "pages/goods/goodDetail/goodDetail"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/goods/goodList/goodList",
- "text": "首页",
- "iconPath": "./static/home.png",
- "selectedIconPath": "./static/home_cur.png",
- "style": {
- "onReachBottomDistance": 150,
- "enablePullDownRefresh": true
- }
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "./static/my.png",
- "selectedIconPath": "./static/my_cur.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "您的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "requiredPrivateInfos": [
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|