From 7c91ba68decae833c328ffabdf31ba9988cca2b7 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Fri, 11 Oct 2024 11:26:01 +0800
Subject: [PATCH] 基础表单更新

---
 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