pull/289/head
lin_xin 2021-03-17 21:25:43 +08:00
commit 98261e3eba
1 changed files with 0 additions and 16 deletions

View File

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