From 2546d2a6251176b0214c2d23ac93ccde5dd008f5 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期四, 12 五月 2022 10:51:01 +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