shangxietongxunlu-h5/vue.config.js

16 lines
347 B
JavaScript
Raw Permalink Normal View History

2025-07-09 09:13:08 +08:00
// 跨域配置
// vue.config.js
module.exports = {
// devServer: {
// proxy: {
// '/api': {
// target: 'https://ysx.0rui.cn',
// changeOrigin: true,
// pathRewrite: {
// '^/api': ''
// }
// }
// }
// }
}