Commit 5f9d0c8b authored by 杨思琦's avatar 杨思琦

fix: 通知修改

parent 07d9d972
Pipeline #82427 failed with stages
......@@ -104,6 +104,9 @@ export const dyRoutes = (routes, layout, theme) => {
if (/system\/iframe\/integratedLogin/.test(path)) {
return <IntegratedLogin {...routeConfig} />;
}
if (/system\/notifications/.test(path)) {
return <Notifications {...routeConfig} />;
}
},
},
],
......
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