.env.test 547 B

1234567891011121314151617181920212223242526
  1. ###
  2. # @Author: LiZhiWei
  3. # @Date: 2026-01-09 14:11:26
  4. # @LastEditors: LiZhiWei
  5. # @LastEditTime: 2026-01-09 14:32:42
  6. # @Description:
  7. ###
  8. NUXT_ENV = 'test'
  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 = "https://wisdomcity.eu.org:30032/yyds"
  17. # # base api
  18. # NUXT_PUBLIC_API_BASE = 'https://wisdomcity.eu.org:30030/yyds'
  19. # # local proxy pre url
  20. # NUXT_APP_PROXY_PRE_URL = '/'