From fe4106780c2f3a13c409320b8a6192e9d224e929 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 03 七月 2025 09:58:48 +0800 Subject: [PATCH] 提交 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 10c4b22..4987689 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,7 +21,7 @@ hot: true, proxy: { '/api': { - target: 'http://192.168.56.107:8088', + target: 'http://192.168.37.60:8088', // target: 'http://192.168.1.104:8078', changeOrigin: true, // pathRewrite: { @@ -38,7 +38,7 @@ secure: false }, '/simu': { - target: 'http://192.168.56.107:8088', + target: 'http://192.168.37.60:8088', changeOrigin: true, secure: false } -- Gitblit v1.9.3