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