feat: 优化商业授权标志
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<el-scrollbar ref="layoutMainScrollbarRef" class="layout-main-scroll layout-backtop-header-fixed"
|
<el-scrollbar ref="layoutMainScrollbarRef" class="layout-main-scroll layout-backtop-header-fixed"
|
||||||
wrap-class="layout-main-scroll" view-class="layout-main-scroll">
|
wrap-class="layout-main-scroll" view-class="layout-main-scroll">
|
||||||
<LayoutParentView />
|
<LayoutParentView />
|
||||||
<!-- <LayoutFooter v-if="isFooter" /> -->
|
<LayoutFooter v-if="isFooter" />
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
<el-backtop :target="setBacktopClass" />
|
<el-backtop :target="setBacktopClass" />
|
||||||
</el-main>
|
</el-main>
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="layout-footer pb15">
|
<div class="layout-footer pb5 pt2">
|
||||||
<div class="layout-footer-warp">
|
<div class="layout-footer-warp">
|
||||||
<div>❤️ Powered by Django-Vue3-Admin ❤️</div>
|
<div>❤️ Powered by Django-Vue3-Admin Copyright © DVAdmin团队 ❤️</div>
|
||||||
<div class="mt5">Copyright DVAdmin团队</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user