{ "pages": [ "pages/tabbar/index/index", "pages/tabbar/mine/mine" ], "subPackages": [ { "root": "pages/subPage", "pages": [ "notice/notice", "login/login" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#DE3A26", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/tabbar/index/index", "text": "้ฆ–้กต", "iconPath": "static/images/tabbar/btn_shouye_nor.png", "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png" }, { "pagePath": "pages/tabbar/mine/mine", "text": "ๆˆ‘็š„", "iconPath": "static/images/tabbar/btn_wode_nor.png", "selectedIconPath": "static/images/tabbar/btn_wode_cli.png" } ] }, "usingComponents": {} }