|
1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "usingComponents": {
- "loading": "./cmponent/loading/loading"
- },
- "pages": [
- "pages/index/index",
- "pages/pageSearch/pageSearch",
- "pages/pageSerchDetail/pageSerchDetail",
- "pages/detailContent/detailContent",
- "pages/pageInquire/pageInquire",
- "pages/pageBusiness/pageBusiness"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#F9F9F9"
- },
- "tabBar": {
- "color": "#A3A3A3",
- "selectedColor": "#F85E4C",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "配色查询 ",
- "iconPath": "images/business2.png",
- "selectedIconPath": "images/business.png"
- },
- {
- "pagePath": "pages/pageBusiness/pageBusiness",
- "text": "商务合作",
- "iconPath": "images/index2.png",
- "selectedIconPath": "images/index.png"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|