update prettier 替换为 oxfmt 格式化整个项目的代码结构
This commit is contained in:
+3
-1
@@ -145,7 +145,9 @@ export const initMessageBox = async () => {
|
||||
return;
|
||||
}
|
||||
const { data } = await getMessageBox();
|
||||
const notices = [...(data?.systemList ?? []), ...(data?.noticeList ?? []), ...(data?.workflowList ?? [])].map(toNoticeItem);
|
||||
const notices = [...(data?.systemList ?? []), ...(data?.noticeList ?? []), ...(data?.workflowList ?? [])].map(
|
||||
toNoticeItem
|
||||
);
|
||||
useNoticeStore().setNotices(notices);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user