.env.development 440 B

1234567891011121314151617181920212223
  1. ###
  2. # @Author: magic
  3. # @Date: 2022-04-11 11:32:06
  4. # @LastEditors: g05047
  5. # @LastEditTime: 2023-10-16 09:16:40
  6. # @Description: file content
  7. ###
  8. # just a flag
  9. ENV = 'development'
  10. # base api
  11. VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
  12. # VUE_APP_BASE_API = 'http://172.18.90.135:8081/'
  13. # VUE_APP_BASE_API = 'http://192.168.233.1:8087/'
  14. # ETL 上下文
  15. VUE_ETL_API = 'etl'
  16. # 医生端 上下文
  17. VUE_DOCTOR_API = 'hipo-business'