Commit 5a54aeef by zhaochengxiang

去掉为空的情况

parent f8bbb3d1
...@@ -38,8 +38,9 @@ const App= (props)=> { ...@@ -38,8 +38,9 @@ const App= (props)=> {
} }
} }
if ((data??[]).length>0 && did) {
updateMicroApp(); updateMicroApp();
}
}, [data, did]) }, [data, did])
return ( return (
......
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