diff --git a/src/config/index.js b/src/config/index.js index 84f4b77a0..cdd9a9635 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/v1' // 国富api ///api/v1 + apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v3' // 国富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 = 'v1' + API_VERSION = 'v3' break case 'uat': apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v1' // 国富api