Files
tougao_web/vue.config.js
xulu 4f5e6e1f78 1
2022-02-23 16:34:07 +08:00

17 lines
351 B
JavaScript

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