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