NSICollectionPlatform/nsi-collection-platform/vue.config.js
2023-08-30 20:29:42 +08:00

16 lines
390 B
JavaScript

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