From be89af3bf4d7e591ef085f55f1de7c28fcf5f6a8 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Sat, 21 Jun 2025 19:50:18 +0800 Subject: [PATCH] fix:修改解纷态势问题 --- src/api/appUrl.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/appUrl.js b/src/api/appUrl.js index e06879c..7940105 100644 --- a/src/api/appUrl.js +++ b/src/api/appUrl.js @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-02-16 11:25:57 - * @LastEditTime: 2025-06-10 17:33:34 + * @LastEditTime: 2025-06-20 10:59:40 * @LastEditors: lwh * @Version: 1.0.0 * @Description: api地址 @@ -12,12 +12,12 @@ // baseUrl: 'http://gz.hugeinfo.com.cn', // baseUrl: "http://192.168.3.131:9002", // baseUrl: 'http://192.168.1.101:9002', - baseUrl: 'http://10.202.1.71:80', + baseUrl: 'http://10.200.1.89:9002', // baseUrl: 'http://192.168.1.158:9002', // 附件服务 // fileUrl: 'http://192.168.1.101:9002', - fileUrl: 'http://localhost:9002', + fileUrl: 'http://10.200.1.89:9002', // fileUrl: 'http://192.168.1.158:9002', // fileUrl: 'http://gz.hugeinfo.com.cn', -- Gitblit v1.8.0