1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages":[
- "pages/sign/sign",
- "pages/scene/scene",
- "pages/loop/loop",
- "pages/system/system",
- "pages/control/control"
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor":"#457aa3",
- "navigationBarTitleText": "远程遥控开关",
- "navigationBarTextStyle":"white"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/scene/scene",
- "text":"列表",
- "iconPath": "/image/list.png",
- "selectedIconPath": "/image/list-add.png"
- },
- {
- "pagePath": "pages/control/control",
- "text": "主页",
- "iconPath": "/image/index.png",
- "selectedIconPath": "/image/index-add.png"
- },
- {
- "pagePath": "pages/system/system",
- "text": "系统",
- "iconPath": "/image/system.png",
- "selectedIconPath": "/image/system-add.png"
- },
- {
- "pagePath": "pages/loop/loop",
- "text": "回路",
- "iconPath": "/image/loop.png",
- "selectedIconPath": "/image/loop-add.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "lazyCodeLoading" : "requiredComponents"
- }
|