index.json 334 B

12345678910111213
  1. {
  2. "usingComponents": {
  3. "mp-icon": "weui-miniprogram/icon/icon",
  4. "shop":"/componets/shop/index",
  5. "mp-tabs": "/componets/tabs/index"
  6. },
  7. "navigationBarBackgroundColor": "#343434",
  8. "navigationBarTextStyle": "white",
  9. "navigationBarTitleText": "首页",
  10. "backgroundColor": "#fff",
  11. "backgroundTextStyle": "light"
  12. }