From 27fb65ba5c31fbbad4c17166a72901d8db80ae03 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 04 Sep 2024 19:18:56 +0800
Subject: [PATCH] 联调办理反馈接口

---
 by-operation/src/api/appUrl.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/by-operation/src/api/appUrl.js b/by-operation/src/api/appUrl.js
index bfb1f23..bb98fd9 100644
--- a/by-operation/src/api/appUrl.js
+++ b/by-operation/src/api/appUrl.js
@@ -2,15 +2,15 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-02-16 11:25:57
- * @LastEditTime: 2023-12-20 11:28:03
- * @LastEditors: lwh
+ * @LastEditTime: 2024-08-09 14:55:42
+ * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: api地址
  */
 const apiObj = {
 	// 测试版
-	// debug: 'http://localhost:9002',
-	debug: 'https://zfw-dyh.by.gov.cn',
+	debug: 'http://192.168.3.108:9002',
+	// debug: 'https://zfw-dyh.by.gov.cn',
 
 	// 正式版
 	web: 'https://zfw-dyh.by.gov.cn', 

--
Gitblit v1.8.0