.env.development 520 B

123456789101112131415161718192021222324252627
  1. ###
  2. # @Author: wjc
  3. # @Date: 2023-05-30 10:50:23
  4. # @LastEditors: LiZhiWei
  5. # @LastEditTime: 2026-01-09 14:32:31
  6. # @Description:
  7. ###
  8. NUXT_ENV = 'development'
  9. # base url
  10. NUXT_APP_BASE_URL = '/'
  11. # # 官网地址
  12. # VITE_INDEX_URL = "https://wisdomcity.eu.org:30032"
  13. # # 评价系统地址
  14. # VITE_ADMIN_URL = "https://wisdomcity.eu.org:3003"
  15. # # api地址
  16. # VITE_API_URL = "/yyds"
  17. # # base api
  18. # NUXT_PUBLIC_API_BASE = 'https://wisdomcity.eu.org:30032/yyds'
  19. # # local proxy pre url
  20. # NUXT_APP_PROXY_PRE_URL = '/'