pages.json 403 B

1234567891011121314151617181920
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pagesGood/liveDetail",
  8. "style": {
  9. "navigationBarTitleText": "直播详情"
  10. }
  11. }
  12. ],
  13. "globalStyle": {
  14. "navigationStyle": "default",
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "千家地",
  17. "navigationBarBackgroundColor": "#ffffff",
  18. "backgroundColor": "#F8F8F8"
  19. }
  20. }