.env.development 430 B

1234567891011121314151617181920
  1. # 页面标题
  2. VITE_APP_TITLE = 信飞通
  3. # 开发环境配置
  4. VITE_APP_ENV = 'development'
  5. # 路径-二级目录
  6. VITE_BASE_PATH = './'
  7. # 管理系统/开发环境
  8. # VITE_APP_BASE_API = 'https://api.hninpop.com'
  9. VITE_APP_BASE_API = '/dev-api'
  10. # 附件地址
  11. # h5
  12. # VITE_Hw_File_Path = 'https://api.hninpop.com'
  13. VITE_Hw_File_Path = '/dev-api'
  14. # PC
  15. # VITE_Pc_File_Path = 'https://api.hninpop.com'
  16. VITE_Pc_File_Path = '/dev-api'