|
|
@ -1264,8 +1264,13 @@ const initSignforData = async () => { |
|
|
|
|
|
|
|
|
|
|
|
// 请求数据看板数据 |
|
|
|
// 请求数据看板数据 |
|
|
|
const handleRefresh = () => { |
|
|
|
const handleRefresh = () => { |
|
|
|
|
|
|
|
/** 不显示首页数据看板的租户 */ |
|
|
|
|
|
|
|
const blackArr = ['645789', '332207']; |
|
|
|
details.pageType = |
|
|
|
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(() => { |
|
|
|
let timer = setInterval(() => { |
|
|
|
const now = new Date(); |
|
|
|
const now = new Date(); |
|
|
|