diff --git a/vue.config.js b/vue.config.js index 4b942d9..8e20201 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,8 @@ module.exports = { // 反向代理配置 proxy: { '/api': { - target: 'http://localhost', + //target: 'http://localhost', + target: 'https://saber.bladex.vip/api', ws: true, pathRewrite: { '^/api': '/'