From 6f546ef4c150d7ca00e36c2ea0b18ff1da95a53c Mon Sep 17 00:00:00 2001 From: Lou <luzhiping@qqyjz.com> Date: Fri, 24 Nov 2023 17:55:27 +0800 Subject: [PATCH] 修改首页部分逻辑;修复部分已知问题;首页新增社区菜单;公告详情页面样式调整 --- common/setting.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/common/setting.js b/common/setting.js index 14b7ea8..a513f88 100644 --- a/common/setting.js +++ b/common/setting.js @@ -12,9 +12,12 @@ // 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.0.102:9528', + devUrl:'https://srgdjczzxtpt.com:2080/api', + // 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/', // 数据中台接口url // dataCenterUrl: 'http://10.10.2.192/services', dataCenterUrl: 'https://sk.hubeishuiyi.cn/services', -- Gitblit v1.9.3