修复config文件注释错误

This commit is contained in:
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: './',
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':''
// }
// }
// }
// }
}