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