Browse Source

Merge branch 'dev' into pre-production

pre-production
pref_mail@163.com 4 hours ago
parent
commit
3db62a09c0
  1. 7
      src/views/wel/index.vue

7
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();

Loading…
Cancel
Save