// vue.config.js // https://vespa.qxyushen.top module.exports = { devServer: { proxy: { '/api': { target: 'https://vespa.qxyushen.top', changeOrigin: true, pathRewrite: { '^/api': '' } } } } }