feat:时间控件

This commit is contained in:
2026-07-27 12:37:52 +08:00
parent 8e93fb1143
commit 8f7916ba41
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -737,7 +737,7 @@ export default {
}, },
computed: { computed: {
isBlockedDate() { isBlockedDate() {
return useTabber(6); return useTabber(10);
}, },
}, },
}; };
+6 -6
View File
@@ -1,11 +1,11 @@
export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL = "https://api.tbmall.xin"; //生产
export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产 // export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
export const kefuBaseUrl = "https://admin.tbmall.xin/api"; // export const kefuBaseUrl = "https://admin.tbmall.xin/api";
// export const BASE_URL = baseUrl; // 本地测试 export const BASE_URL = baseUrl; // 本地测试
// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试 export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
// export const kefuBaseUrl = "https://admin.o.tbmall.xin/api"; export const kefuBaseUrl = "https://admin.o.tbmall.xin/api";
// H5 环境且开发模式下使用 '/proxy-api' 代理解决浏览器跨域(注意不能用 '/api',否则会与本地 /api 源码目录冲突) // H5 环境且开发模式下使用 '/proxy-api' 代理解决浏览器跨域(注意不能用 '/api',否则会与本地 /api 源码目录冲突)