From 1d25094b9f0e339d784e6f1b17c95c88c272dd45 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Wed, 09 Oct 2024 23:03:21 +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