// vue.config.js // http://md.xscmmidi.site 正式api // http://tmd.xscmmidi.site 测试api module.exports = { devServer: { proxy: { '/api': { target: 'https://md.xscmmidi.site', changeOrigin: true, pathRewrite: { '^/api': '' } } } } }