海南旅游项目 前端仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
534 B

5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom",
  11. "enablePullDownRefresh": true
  12. }
  13. }
  14. ],
  15. "globalStyle": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "海南旅游",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8"
  20. }
  21. }