From 8f7916ba41a09cc0eaf8183372bbe224677019d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=98=9F=E6=98=9F?= <605893810@qq.com> Date: Mon, 27 Jul 2026 12:37:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=97=B6=E9=97=B4=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 2 +- utils/config.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index a77a475..2fde984 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -737,7 +737,7 @@ export default { }, computed: { isBlockedDate() { - return useTabber(6); + return useTabber(10); }, }, }; diff --git a/utils/config.js b/utils/config.js index ec493ee..d08364a 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,11 +1,11 @@ -export const BASE_URL = "https://api.tbmall.xin"; //生产 -export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 -export const kefuBaseUrl = "https://admin.tbmall.xin/api"; +// export const BASE_URL = "https://api.tbmall.xin"; //生产 +// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 +// export const kefuBaseUrl = "https://admin.tbmall.xin/api"; -// export const BASE_URL = baseUrl; // 本地测试 -// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 -// export const kefuBaseUrl = "https://admin.o.tbmall.xin/api"; +export const BASE_URL = baseUrl; // 本地测试 +export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 +export const kefuBaseUrl = "https://admin.o.tbmall.xin/api"; // H5 环境且开发模式下使用 '/proxy-api' 代理解决浏览器跨域(注意不能用 '/api',否则会与本地 /api 源码目录冲突)