Files
tougao_web/vue.config.js
wangjinlei 3c2f2de6de 12
2020-11-06 16:55:29 +08:00

16 lines
392 B
JavaScript

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