{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "OhPlay" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "OhPlay" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/image/iot.png", "selectedIconPath": "static/image/iot_org.png", "text": "้ฆ–้กต" }, { "pagePath": "pages/mine/mine", "iconPath": "static/image/mine.png", "selectedIconPath": "static/image/mine_pressed.png", "text": "ๆˆ‘็š„" }] } }