更新字典获取方式

This commit is contained in:
linxd
2025-07-29 13:52:51 +08:00
parent 747cceeb18
commit 49105505fa
4 changed files with 37 additions and 3 deletions

View File

@ -146,6 +146,7 @@ const IndexPage: React.FC<any> = ({ user }) => {
}).then((res) => {
setNoticeList(res.data.records);
});
}, []);
const toSystem = (type: string) => {