From 26168530c57ffd3954a26b370bfe29dca7c83df3 Mon Sep 17 00:00:00 2001 From: yulixing Date: Tue, 24 Sep 2019 17:16:05 +0800 Subject: [PATCH] api http -> https --- .env.production | 2 +- .env.staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 10c61b5..711a20d 100644 --- a/.env.production +++ b/.env.production @@ -15,4 +15,4 @@ VUE_APP_LDAP_PWD = 'hhsxafTuUtVV' VUE_APP_UPLOAD = 'http://promotion.kingsome.cn/interface/cos_upload' # area api -VUE_APP_MP = 'http://mp.kingsome.cn/api/open' \ No newline at end of file +VUE_APP_MP = 'https://mp.kingsome.cn/api/open' \ No newline at end of file diff --git a/.env.staging b/.env.staging index 5c18332..65b2f87 100644 --- a/.env.staging +++ b/.env.staging @@ -15,4 +15,4 @@ VUE_APP_LDAP_PWD = 'hhsxafTuUtVV' VUE_APP_UPLOAD = 'http://promotion.kingsome.cn/interface/cos_upload' # area api -VUE_APP_MP = 'http://mp-test.kingsome.cn/api/open' \ No newline at end of file +VUE_APP_MP = 'https://mp-test.kingsome.cn/api/open' \ No newline at end of file