Commit 39a2fc40 authored by 张烨's avatar 张烨

fix: 🐛 update layout footer

parent f208c47f
...@@ -48,7 +48,9 @@ const UserLayout = props => { ...@@ -48,7 +48,9 @@ const UserLayout = props => {
</div> </div>
{renderRoutes(route.routes)} {renderRoutes(route.routes)}
</div> </div>
<DefaultFooter /> <DefaultFooter
copyright={`${new Date().getFullYear()} 熊猫智慧水务技术委员会出品`}
/>
</div> </div>
</HelmetProvider> </HelmetProvider>
); );
......
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