{ "pages": [ "pages/index/index", "pages/my/index" ], "subPackages": [ { "root": "shop", "pages": [ "shopDetail/shopDetail" ] }, { "root": "my", "pages": [ "coupon/index", "edit/edit", "edit/editName" ] }, { "root": "combo", "pages": [ "combo/combo" ] }, { "root": "login", "pages": [ "login/login", "login/otherLogin", "login/veriFace" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#000", "selectedColor": "#ED201D", "backgroundColor": "#fff", "list": [ { "iconPath": "static/home_off.png", "selectedIconPath": "static/home_on.png", "text": "้ฆ–้กต", "pagePath": "pages/index/index" }, { "iconPath": "static/my_off.png", "selectedIconPath": "static/my_on.png", "text": "ๆˆ‘็š„", "pagePath": "pages/my/index" } ] }, "component2": true, "usingComponents": {} }