style: 页脚口号仅在登录页显示

This commit is contained in:
2026-09-13 22:12:12 +08:00
parent fae27e7c20
commit 38243eac82
+1 -1
View File
@@ -21,7 +21,7 @@ const route = useRoute();
</Transition> </Transition>
</RouterView> </RouterView>
</el-main> </el-main>
<el-footer class="shell-footer"> <el-footer v-if="route.path === '/login'" class="shell-footer">
<MyFooter /> <MyFooter />
</el-footer> </el-footer>
</el-container> </el-container>