From 5398ee850fe2b1ec205e12f7f4b81260a7958128 Mon Sep 17 00:00:00 2001 From: Lou <luzhiping@qqyjz.com> Date: Thu, 09 Nov 2023 15:32:26 +0800 Subject: [PATCH] 修复首页问题,取保候审、打金店报事数据交互 --- common/setting.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/setting.js b/common/setting.js index d7c24cd..97efe8a 100644 --- a/common/setting.js +++ b/common/setting.js @@ -12,7 +12,7 @@ // devUrl: 'https://sk.hubeishuiyi.cn', // devUrl: 'http://192.168.1.156:9528', // devUrl:'http://192.168.1.50:9528', - devUrl: 'http://192.168.0.104:9528', + devUrl: 'http://192.168.0.101:9528', minioBaseUrl: "http://60.220.177.113:9000/jczz/", // 数据中台接口url // dataCenterUrl: 'http://10.10.2.192/services', -- Gitblit v1.9.3