shangxietongxunlu-h5/vue.config.js

16 lines
347 B
JavaScript

// 跨域配置
// vue.config.js
module.exports = {
// devServer: {
// proxy: {
// '/api': {
// target: 'https://ysx.0rui.cn',
// changeOrigin: true,
// pathRewrite: {
// '^/api': ''
// }
// }
// }
// }
}