diff --git a/jshERP-web/vue.config.js b/jshERP-web/vue.config.js index 7f4a6573b..6b8a5f36e 100644 --- a/jshERP-web/vue.config.js +++ b/jshERP-web/vue.config.js @@ -48,7 +48,7 @@ module.exports = { port: 3000, proxy: { '/jshERP-boot': { - target: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目 + target: 'https://cloud.gyjerp.com', // 请求本地 需要jshERP-boot后台项目 ws: false, changeOrigin: true }