Commit a73c1b4f authored by wuhao's avatar wuhao 🎯

asder

parent 0bc5a1fc
......@@ -40,6 +40,8 @@ function Dolessons() {
);
}, []);
const list = useRequest(
async () => {
let res = await doFetch({
......@@ -214,6 +216,8 @@ function Dolessons() {
]);
}, [active]);
return (
<Container maxWidth={false}>
<DraggableDialog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment