From 858feb5db42c49e9f80f2d5aae4fcce0ea5f1bf3 Mon Sep 17 00:00:00 2001 From: nimengmeng_1990 <1175001086@qq.com> Date: Mon, 28 Oct 2019 15:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=9A=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.js b/src/config/index.js index 615f53353..9d59e55f2 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -14,7 +14,7 @@ switch (process.env.VUE_APP_FLAG) { case 'development': // apiDomain = 'http://47.96.143.111:7000/api/v1' apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api - imgDomain = 'http://10.10.100.98:7012/updown' // dev + imgDomain = 'http://211.159.248.123:7012/updown' //'http://10.10.100.98:7012/updown' // dev // 静态服务资源 assetsUrl = 'http://139.199.50.151:8000/app/'