1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "pages": [
- "pages/homepage/homepage",
- "pages/mine/mine"
- ],
- "tabBar": {
- "color": "#a9b7b7",
- "selectedColor": "#11cd6e",
- "borderStyle": "white",
- "position": "bottom",
- "list": [
- {
- "selectedIconPath": "static_file/1.png",
- "iconPath": "static_file/1.png",
- "pagePath": "pages/homepage/homepage",
- "text": "首页"
- },
- {
- "selectedIconPath": "static_file/1.png",
- "iconPath": "static_file/1.png",
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "智惠水务",
- "navigationBarBackgroundColor": "#07f"
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {
- "t-button": "tdesign-miniprogram/button/button"
- }
- }
|