From 292cc284d544b7d76cfa5b56ed7543ab37b60f40 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Sun, 13 Oct 2024 02:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=95=86=E5=AE=B6=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A6=96=E9=A1=B5=E6=95=B0=E6=8D=AE=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wel/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 7441c488..71595bf3 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -1264,8 +1264,13 @@ const initSignforData = async () => { // 请求数据看板数据 const handleRefresh = () => { + /** 不显示首页数据看板的租户 */ + const blackArr = ['645789', '332207']; details.pageType = - _userInfo.content && _userInfo.content.role_id + '' === '1713793784178806785' ? 1 : 2; + (_userInfo.content && _userInfo.content.role_id + '' === '1713793784178806785') || + blackArr.includes(_userInfo.content.tenant_id + '') + ? 1 + : 2; let timer = setInterval(() => { const now = new Date();