You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
504 B
15 lines
504 B
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
|
|
# 开发环境
|
|
# VUE_APP_DOMAIN_PREFIX = 'https://ceres.zkthink.com/adminapi'
|
|
# 演示环境
|
|
# VUE_APP_DOMAIN_PREFIX = 'https://ceresdev.zkthink.com/adminapi'
|
|
# VUE_APP_DOMAIN_PREFIX = '/api'
|
|
# VUE_APP_DOMAIN_PREFIX = 'http://3j073r3905.qicp.vip:29544'
|
|
VUE_APP_DOMAIN_PREFIX = 'http://localhost:9003'
|
|
# VUE_APP_DOMAIN_PREFIX = 'http://36.138.125.206:8081/ceres-admin-api'
|
|
# VUE_APP_DOMAIN_PREFIX = 'http://47.101.222.106:8001'
|