app.json 316 B

1234567891011121314
  1. {
  2. "pages": [
  3. "pages/article_details/index",
  4. "pages/index/index",
  5. "pages/goods_details/index"
  6. ],
  7. "window": {
  8. "navigationBarTextStyle": "black",
  9. "navigationBarTitleText": "uni-app",
  10. "navigationBarBackgroundColor": "#F8F8F8",
  11. "backgroundColor": "#F8F8F8"
  12. },
  13. "usingComponents": {}
  14. }