From d1ee3f0300368709a246c37bf5e525f69eb1dbf7 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期二, 03 十二月 2024 09:21:28 +0800
Subject: [PATCH] job漏提交文件
---
UI-Project/config.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/UI-Project/config.js b/UI-Project/config.js
index 271d8a2..2c3d6ab 100644
--- a/UI-Project/config.js
+++ b/UI-Project/config.js
@@ -1,11 +1,11 @@
export default {
// serverUrl: "10.153.19.29:88/api",
- serverUrl: "10.153.19.44:88/api",
-// serverUrl: "192.168.1.199:88/api",
+ //serverUrl: "10.36.164.201:88/api",
+ serverUrl: "localhost:88/api",
// serverUrl: "127.0.0.1:88/api",
// serverUrl2: "10.153.19.29:88"
- serverUrl2: "10.153.19.44:88"
- // serverUrl2: "192.168.1.199:88"
+ //serverUrl2: "10.36.164.201:88"
+ serverUrl2: "localhost:88"
// serverUrl2: "127.0.0.1:88"
//serverUrl:"res.abeim.cn"
--
Gitblit v1.8.0