修复config文件注释错误

pull/184/head
lin-xin 2019-06-28 11:05:46 +08:00
parent bee36e1260
commit d553a75d09
1 changed files with 11 additions and 11 deletions

View File

@ -2,15 +2,15 @@ module.exports = {
baseUrl: './', baseUrl: './',
assetsDir: 'static', assetsDir: 'static',
productionSourceMap: false, productionSourceMap: false,
devServer: { // devServer: {
proxy: { // proxy: {
// '/api':{ // '/api':{
// target:'http://jsonplaceholder.typicode.com', // target:'http://jsonplaceholder.typicode.com',
// changeOrigin:true, // changeOrigin:true,
// pathRewrite:{ // pathRewrite:{
// '/api':'' // '/api':''
// } // }
// } // }
} // }
} // }
} }