From 3bce353d07a91c0861b776636446fe673801ed32 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 23 May 2024 08:55:54 +0800
Subject: [PATCH] 样式优化及无诈审核优化
---
vue.config.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index c823fab..e3847bf 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,7 +38,7 @@
proxy: {
"/api/blade-resource/oss": {
//本地服务接口地址
- // target: "http://192.168.31.188:9528",
+ // target: "http://localhost:9528",
target: "https://srgdjczzxtpt.com:2080/api",
// target: "https://kt39592615.goho.co",
// target: "http://z4042833u6.wicp.vip",
@@ -54,7 +54,7 @@
},
"/api": {
//本地服务接口地址
- target: "http://192.168.1.50:9528",
+ target: "http://192.168.204.1:9528",
// target: "https://srgdjczzxtpt.com:2080/api",
// target: "https://kt39592615.goho.co",
// target: "http://z4042833u6.wicp.vip",
@@ -70,4 +70,4 @@
},
},
},
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3