12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/index/hotel",
- "pages/index/index",
- "pages/index/cart",
- "pages/index/shop",
- "pages/index/commemt",
- "pages/myone/oneIndex",
- "pages/taBar/index",
- "pages/myCenter/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/myone/oneIndex",
- "text": "发现"
- },
- {
- "pagePath": "pages/taBar/index",
- "text": "订单"
- },
- {
- "pagePath": "pages/myCenter/index",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "演示定位能力"
- }
- },
- "usingComponents": {}
- }
|