Files
qb-web/vue.config.js
2019-10-16 14:31:19 +08:00

13 lines
171 B
JavaScript

module.exports = {
outputDir: 'dist/public',
devServer: {
port: 8000,
proxy: {
'/api': {
target: 'http://qb.test:8080',
},
},
},
};