From b2635a9c524aa0d7f76c65c65724a58f0993e0b8 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期四, 12 五月 2022 22:30:41 +0800 Subject: [PATCH] 提交代码 --- vue.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index 0436ef1..4358146 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,6 +33,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { + // target: `http://101.35.174.42:8082`, target: `http://localhost:8080`, changeOrigin: true, pathRewrite: { -- Gitblit v1.9.1