style: 页脚口号仅在登录页显示
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user