From 6293d2b460bd17eee8b078f5a53ee4b2a0eea88e Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Mon, 30 Sep 2024 11:15:40 +0800
Subject: [PATCH] init

---
 cpzidc-ui/vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpzidc-ui/vue.config.js b/cpzidc-ui/vue.config.js
index f8fe29e..389840e 100644
--- a/cpzidc-ui/vue.config.js
+++ b/cpzidc-ui/vue.config.js
@@ -35,7 +35,7 @@
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8080`,
+        target: `http://localhost:8560`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''

--
Gitblit v1.9.3