.env.development 331 B

1234567891011121314151617
  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. # 附件地址
  10. # h5
  11. VITE_Hw_File_Path = 'https://api.hninpop.com'
  12. # PC
  13. VITE_Pc_File_Path = 'https://api.hninpop.com'