diff --git a/vue.config.js b/vue.config.js index 1d3805e..28e8c00 100644 --- a/vue.config.js +++ b/vue.config.js @@ -108,7 +108,7 @@ const vueConfig = { port: 8000, proxy: { '/api': { - target: 'http://192.168.1.47:9227', + target: 'http://localhost:9227', // target: 'https://www.chuangzhikj.com/saas-ics', pathRewrite: { '^/api': '' }, ws: false,