From 57f7ffe28c70c62b5fecb427779f356bee6cf70b Mon Sep 17 00:00:00 2001 From: Randy <543245444@qq.com> Date: Tue, 13 Aug 2019 10:15:51 +0800 Subject: [PATCH] apiChange --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 97a6e7c..3c3c193 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,7 +13,7 @@ function resolve(dir) { } const proxyTargetMap = { prod: 'https://xxx.xxx.com/', - randy: 'http://193.112.153.155:3001', + randy: 'http://47.105.71.81:3306', peter: 'http://192.168.11.178:3001' } let proxyTarget = proxyTargetMap[process.env.API_TYPE] || proxyTargetMap.prod