# just a flag ENV = 'production' # base api # 正式线 # VUE_APP_BASE_API = ':8081/' # VUE_APP_BASE_API = '/' # 测试线 # VUE_APP_BASE_API = 'http://192.168.1.70:8083/' # VUE_APP_BASE_API = 'http://kpt8088.kptyun.com/' # VUE_APP_BASE_API = 'http://kpt8089.kptyun.com/ ' VUE_APP_BASE_API = 'http://kpt8082.kptyun.com/ '