diff --git a/vue.config.js b/vue.config.js index 7ad6c439ce0694e88f0099b4e60514463defc651..00b1f7ab308e41509ef05f54682121b121b09444 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