.env.production 523 B

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