From 70370be9f2d6a45c5752e18b7e9b127174f7e3c6 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 16 五月 2024 18:05:18 +0800 Subject: [PATCH] fix:修改学习文件 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 5268e98..96cf641 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,8 +19,8 @@ hotOnly: false, proxy: { '/api': { - // target: 'http://192.168.3.87:8085', - target: 'http://localhost:8085', + target: 'http://192.168.3.87:8085', + // target: 'http://localhost:8085', changeOrigin: true } } -- Gitblit v1.8.0