From f6a92065c83f146f8a4d278a61b3db1f55780eb8 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Sat, 18 Nov 2023 22:30:56 +0800 Subject: [PATCH] 解决一些加载问题,minio 图片基础路径修改 --- common/setting.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/setting.js b/common/setting.js index cce0c57..57b4fe9 100644 --- a/common/setting.js +++ b/common/setting.js @@ -11,11 +11,11 @@ // 开发环境接口Url // devUrl: 'https://sk.hubeishuiyi.cn', // devUrl: 'http://192.168.1.156:9528', - // devUrl:'http://192.168.1.50:9528', - devUrl: 'http://192.168.0.102:9528', + devUrl:'http://192.168.1.50:9528', + // devUrl: 'http://192.168.0.102:9528', // devUrl: 'https://srgdjczzxtpt.com:2080/api', - // minioBaseUrl: "https://srgdjczzxtpt.com:2080/gminio/jczz/", - minioBaseUrl: 'https://srgdjczzxtpt.com:2080/', + minioBaseUrl: "https://srgdjczzxtpt.com:2080/gminio/jczz/", + // minioBaseUrl: 'https://srgdjczzxtpt.com:2080/', // 数据中台接口url // dataCenterUrl: 'http://10.10.2.192/services', dataCenterUrl: 'https://sk.hubeishuiyi.cn/services', -- Gitblit v1.9.3