.env.production 379 B

12345678910111213141516171819
  1. ###
  2. # @FilePath: .env.production
  3. # @Author: 旭颖
  4. # @Date: 2023-08-29 12:02:00
  5. # @LastEditors: Please set LastEditors
  6. # @LastEditTime: 2023-08-30 10:50:07
  7. ###
  8. // .env.production
  9. # 生产环境-希梦耐康服务器
  10. ENV = 'production'
  11. # 打包文件名
  12. VUE_APP_OUTPUT = 'production'
  13. VUE_APP_API_URL='https://ssa.xmnk.cn/api'
  14. VUE_APP_FILE_URL='https://ssa.xmnk.cn/api'