.env.development 164 B

12345
  1. # 开发环境
  2. VITE_APP_BASE_API = 'https://api-aiexamtst.tropsx.com'
  3. VITE_APP_PORT = 80
  4. # 应用访问路径 例如使用前缀 /admin/
  5. VITE_APP_CONTEXT_PATH = '/'