12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- "pages/boutique/outique",
- "pages/shouye/shouye",
- "pages/index/index",
- "pages/logs/logs",
- "pages/details/details",
- "pages/order/order",
- "pages/search-details/earch-details",
- "pages/friends/friends",
- "pages/friends-list/friends-list",
- "pages/trans/trans",
- "pages/search/search"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
-
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
-
- "color": "#a9b7b7",
- "selectedColor": "#11cd6e",
- "borderStyle": "black" ,
- "list": [
- {
- "pagePath": "pages/boutique/outique",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/index",
- "text": "我的"
- }
- ]
- },
-
- "usingComponents": {
- "l-button": "/dist/button/index"
-
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|