1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- "pages/index/index",
- "pages/community/index",
- "pages/legou/index",
- "pages/cart/index",
- "pages/user/index",
- "pages/auth/login",
- "pages/search/index",
- "pages/product/detail",
- "pages/test/auth-test"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒谷",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#FF6600",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/community/index",
- "text": "社区"
- },
- {
- "pagePath": "pages/legou/index",
- "text": "乐购"
- },
- {
- "pagePath": "pages/cart/index",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|