1234567891011121314151617181920212223 |
- ###
- # @Author: magic
- # @Date: 2022-04-11 11:32:06
- # @LastEditors: g05047
- # @LastEditTime: 2023-10-16 09:16:40
- # @Description: file content
- ###
- # just a flag
- ENV = 'development'
- # base api
- VUE_APP_BASE_API = 'https://dev1.cloud-seal.com/'
- # VUE_APP_BASE_API = 'http://172.18.90.135:8081/'
- # VUE_APP_BASE_API = 'http://192.168.233.1:8087/'
- # ETL 上下文
- VUE_ETL_API = 'etl'
- # 医生端 上下文
- VUE_DOCTOR_API = 'hipo-business'
|