Files
yusheng-h5/vue.config.js
2025-11-29 11:33:18 +08:00

16 lines
350 B
JavaScript

// vue.config.js
// http://1.13.101.98 正式
// https://vespa.qxyushen.top
//https://test.vespa.qxyushen.top
// 新 https://yushengapi.qxyushen.top
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://yushengapi.qxyushen.top',
changeOrigin: true,
pathRewrite: { '^/api': '' }
}
}
}
}