From fd9fd5a0f0382411f53a23bf2342a78301ee93dc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 26 Feb 2024 17:02:18 +0800
Subject: [PATCH] 维修基金样式修改
---
vue.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index a0627eb..05e3c04 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,8 +38,8 @@
proxy: {
"/api": {
//本地服务接口地址
- target:"http://192.168.2.109:9528",
- // target: "https://srgdjczzxtpt.com:2080/api",
+ // target:"http://192.168.2.109:9528",
+ target: "https://srgdjczzxtpt.com:2080/api",
// target: "https://kt39592615.goho.co",
// target: "http://z4042833u6.wicp.vip",
// target: "http://localhost:9528",
--
Gitblit v1.9.3