更新字典获取方式
This commit is contained in:
@ -146,6 +146,7 @@ const IndexPage: React.FC<any> = ({ user }) => {
|
||||
}).then((res) => {
|
||||
setNoticeList(res.data.records);
|
||||
});
|
||||
|
||||
}, []);
|
||||
|
||||
const toSystem = (type: string) => {
|
||||
|
Reference in New Issue
Block a user