Commit 30e926f1 by zhaochengxiang

增加time

parent 5a54aeef
...@@ -17,7 +17,7 @@ const App= (props)=> { ...@@ -17,7 +17,7 @@ const App= (props)=> {
useEffect(() => { useEffect(() => {
if (!!containerRef.current) { if (!!containerRef.current) {
microApp.current = loadMicroApp( microApp.current = loadMicroApp(
{ name: 'data-atlas', entry: `/data-atlas`, container: containerRef.current, props: { grpah: 1 } }, { name: 'data-atlas', entry: `/data-atlas?time=${time}`, container: containerRef.current, props: { grpah: 1 } },
); );
} }
......
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