Commit bfcb1ffd by zhaochengxiang

bug fix

parent 15477267
......@@ -17,7 +17,7 @@ const App= (props)=> {
useEffect(() => {
if (!!containerRef.current) {
microApp.current = loadMicroApp(
{ name: 'data-portal-demo', entry: `/data-portal-demo?time=${time}`, container: containerRef.current, props: { type: 3, requirementType, items }},
{ name: 'data-portal-demo', entry: `/data-portal-demo/?time=${time}`, container: containerRef.current, props: { type: 3, requirementType, items }},
);
}
......
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