Commit 1f4f8c80 by zhaochengxiang

bug fix

parent efd84bbc
...@@ -14,8 +14,8 @@ const FC = ({ type, data, onChange }) => { ...@@ -14,8 +14,8 @@ const FC = ({ type, data, onChange }) => {
if (containerRef.current) { if (containerRef.current) {
microApp.current = loadMicroApp( microApp.current = loadMicroApp(
{ {
name: 'data-quality-szse', name: 'data-quality',
entry: '/data-quality-szse/', entry: '/data-quality/',
container: containerRef.current, container: containerRef.current,
props: { props: {
...app||{}, ...app||{},
......
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