From d553a75d0951ca7d1d557615e2f90da24fd50aab Mon Sep 17 00:00:00 2001 From: lin-xin <2981207131@qq.com> Date: Fri, 28 Jun 2019 11:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dconfig=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/vue.config.js b/vue.config.js index 7ad6c43..00b1f7a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,15 +2,15 @@ module.exports = { baseUrl: './', assetsDir: 'static', productionSourceMap: false, - devServer: { - proxy: { - // '/api':{ - // target:'http://jsonplaceholder.typicode.com', - // changeOrigin:true, - // pathRewrite:{ - // '/api':'' - // } - // } - } - } + // devServer: { + // proxy: { + // '/api':{ + // target:'http://jsonplaceholder.typicode.com', + // changeOrigin:true, + // pathRewrite:{ + // '/api':'' + // } + // } + // } + // } } \ No newline at end of file