From eff98d0b98dbbb07d285503743b09d444b55ae4c Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Fri, 9 Sep 2022 10:25:36 +0800 Subject: [PATCH] =?UTF-8?q?v2=E6=94=B9=E4=B8=BAv3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index cdd9a9635..8915ead85 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -19,7 +19,7 @@ let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl, zssqUrl, REQ_PWD, CACHE_EN console.log('环境:', process.env.VUE_APP_FLAG) switch (process.env.VUE_APP_FLAG) { case 'dev': - apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v3' // 国富api ///api/v1 + apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v2' // 国富api ///api/v1 imgDomain = 'https://iagentsales-test3.e-guofu.com:5443/updown' // dev // 静态服务资源 assetsUrl = 'https://iagentsales-test2.e-guofu.com:443/app/' @@ -31,7 +31,7 @@ switch (process.env.VUE_APP_FLAG) { // zssqUrl = 'https://iagentsales-test2.e-guofu.com:5100/html/test/index.html#/' REQ_PWD = '41424344454631323334353637383930' CACHE_ENCRYP = '41424344454631323334353637383930' - API_VERSION = 'v3' + API_VERSION = 'v2' break case 'uat': apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v1' // 国富api