Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-bk-bcs/master'
Browse files Browse the repository at this point in the history
* github-bk-bcs/master:
  fix: 调整消息通知展示 (TencentBlueKing#3450)
  • Loading branch information
wenxinlee2015 committed Aug 15, 2024
2 parents d6cff7a + 72ec3bb commit cef9d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs-services/bcs-bscp/ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// @ts-ignore
const noticeApiURL = `${window.BK_BCS_BSCP_API}/api/v1/announcements`;
// @ts-ignore
const enableNotice = window.ENABLE_BK_NOTICE === true;
const enableNotice = window.ENABLE_BK_NOTICE === 'true';
onMounted(() => {
globalStore.getAppGlobalConfig();
Expand Down

0 comments on commit cef9d87

Please sign in to comment.