From 9e5b5870c755a7e89d12e80ef7b811f2439bd8b6 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 19 五月 2023 15:12:08 +0800
Subject: [PATCH] 默认变更列表

---
 vue.config.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index f2d902b..3b9696e 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,14 +7,16 @@
         open: true,
         proxy: {
             '/api': {
-                target: 'http://localhost:8080',
+                // target: 'http://192.168.3.220:8080',
+                target: 'https://qyqjzdd.cdqingyang.gov.cn/qyjz',
                 changeOrigin: true,
                 pathRewrite: {
                     '^/api': ''
                 }
             },
             '/minio': {
-                target: 'http://221.237.182.28:19000',
+                // target: 'http://192.168.3.220:8080/minio',
+                target: 'https://qyqjzdd.cdqingyang.gov.cn/minio',
                 changeOrigin: true,
                 pathRewrite: {
                     '^/minio': ''

--
Gitblit v1.8.0