From b59ab7736669db69eb95d2ce32ff191b2b5d0a85 Mon Sep 17 00:00:00 2001 From: dengxin <2390584170@qq.com> Date: Sun, 18 Feb 2024 17:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 94d6a26..e1ef759 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,8 +24,8 @@ module.exports = { proxy: { "/api": { // target: 'http://127.0.0.1:8000', // 本地服务接口地址 - // target: "http://39.98.184.58:8000", // 阿里云后台地址 - target: "http://192.168.0.106:8000", // 本地 + target: "http://39.98.184.58:8000", // 阿里云后台地址 + // target: "http://192.168.0.106:8000", // 本地 ws: true, changeOrigin: true, pathRewrite: {