1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [
- "pages/index/index",
- "pages/product/index",
- "pages/product/detail",
- "pages/news/index",
- "pages/users/login/index",
- "pages/users/register/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "巴巴礼品",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "titleNView": false
- },
- "tabBar": {
- "color": "#282828",
- "selectedColor": "#ff5c00",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/1-001.png",
- "selectedIconPath": "static/images/1-002.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/product/index",
- "iconPath": "static/images/2-001.png",
- "selectedIconPath": "static/images/2-002.png",
- "text": "商品"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/images/3-001.png",
- "selectedIconPath": "static/images/3-002.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/images/4-001.png",
- "selectedIconPath": "static/images/4-002.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于和门店的距离长度"
- }
- },
- "usingComponents": {}
- }
|