| 12345678910111213141516171819202122232425262728293031 |
- ENV = 'alpha'
- VUE_APP_BASE_API = '/dev-api'
- VUE_APP_MINIO = '/dev-api/oss-api'
- VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
- # 离线地图配置
- VUE_APP_OFFLINE_MAP = '/dev-api/offline-map'
- VUE_APP_OFFLINE_MAP_GATEWAY = '127.0.0.1'
- VUE_APP_OFFLINE_MAP_PROXY = '/tiles'
- # 84服务器 10.180.88.84:8093
- # VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
- # 71服务器 10.180.88.71:6443
- # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
- # 110.5服务器
- VUE_APP_GATEWAY = '10.58.110.5'
- VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://10.58.110.5:9080/auth'
- #浪潮云
- # VUE_APP_GATEWAY = 'msr.inspur.com:8084'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.inspur.com:8084/auth'
- # 深圳办公环境 测试
- # VUE_APP_GATEWAY = '10.180.88.84:8093'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://10.180.88.84:8093/auth'
- # 屏管家
- # VUE_APP_GATEWAY = '172.31.4.238'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://172.31.4.238/auth'
|