diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index 6aff596..c09f160 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -41,7 +41,7 @@ const getAdminData = async function () { try { loading.value = true; // 开始加载 const result = await API({url: '/admin/userinfo', data: {}}); - GraphFlag.value = result.markets !== '总部' && result.markets !== '研发部' + GraphFlag.value = result.markets !== '总部' && result.markets !== '研发部' && !result.markets.includes(',') && result.markets !== 'Headquarters' && result.markets !== 'R&D Dept'