diff --git a/.env.development b/.env.development index 1231956..79099f3 100644 --- a/.env.development +++ b/.env.development @@ -3,5 +3,5 @@ ENV = 'development' # base api VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_INTERAPI = 'https://dny-test.s3.ap-southeast-1.amazonaws.com/online/language' -VUE_APP_BASE_INTERAPI2 = 'http://f.hzs413.com/language' \ No newline at end of file +VUE_APP_BASE_INTERAPI = 'https://bd-qd.oss-cn-beijing.aliyuncs.com/test_africa/language' +VUE_APP_BASE_INTERAPI2 = 'https://bd-qd.oss-cn-beijing.aliyuncs.com/test_africa/language' \ No newline at end of file diff --git a/.env.production b/.env.production index 7d834d9..b46ffe1 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ ENV = 'production' VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API1 = 'http://index.hzs413.com' -VUE_APP_BASE_INTERAPI = 'https://dny-test.s3.ap-southeast-1.amazonaws.com/test/language' -VUE_APP_BASE_INTERAPI2 = 'https://dny-test.s3.ap-southeast-1.amazonaws.com/test/language' \ No newline at end of file +VUE_APP_BASE_INTERAPI = 'https://bd-qd.oss-cn-beijing.aliyuncs.com/test_africa/language' +VUE_APP_BASE_INTERAPI2 = 'http://ma.angelo413.com/lang' \ No newline at end of file diff --git a/.env.test b/.env.test index 65adca6..ceb5c72 100644 --- a/.env.test +++ b/.env.test @@ -2,7 +2,8 @@ ENV = 'test' # base api -VUE_APP_BASE_API = 'http://f.hzs413.com/inter-api/' -VUE_APP_BASE_INTERAPI = 'https://dny-test.s3.ap-southeast-1.amazonaws.com/test/language' -VUE_APP_BASE_INTERAPI2 = 'https://dny-test.s3.ap-southeast-1.amazonaws.com/test/language' +VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API1 = 'http://index.hzs413.com' +VUE_APP_BASE_INTERAPI = 'https://bd-qd.oss-cn-beijing.aliyuncs.com/test_africa/language' +VUE_APP_BASE_INTERAPI2 = 'https://bd-qd.oss-cn-beijing.aliyuncs.com/test_africa/language' VUE_APP_BASE_AREA = '' \ No newline at end of file