修改页面内容显示
This commit is contained in:
parent
6c511ac26c
commit
25b6f2d3f1
|
|
@ -3,7 +3,7 @@
|
||||||
<template v-slot:links>
|
<template v-slot:links>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright>
|
<template v-slot:copyright>
|
||||||
Copyright © 2022 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
Copyright © 2023 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
||||||
</template>
|
</template>
|
||||||
</global-footer>
|
</global-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<template v-slot:rightContentRender>
|
<template v-slot:rightContentRender>
|
||||||
<right-content :top-menu="settings.layout === 'topmenu'" :is-mobile="isMobile" :theme="settings.theme" />
|
<right-content :top-menu="settings.layout === 'topmenu'" :is-mobile="isMobile" :theme="settings.theme" />
|
||||||
<a style="color: red; float: right" href="https://www.jeequan.com/product/jeepay4plus.html" target="_blank">一起体验Plus商业版</a>
|
<a style="color: red; float: right" href="https://www.jeequan.com/product/jeepay4plus.html" target="_blank">体验Plus商业版</a>
|
||||||
</template>
|
</template>
|
||||||
<!-- custom footer / 自定义Footer -->
|
<!-- custom footer / 自定义Footer -->
|
||||||
<template v-slot:footerRender>
|
<template v-slot:footerRender>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<template v-slot:links>
|
<template v-slot:links>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:copyright>
|
<template v-slot:copyright>
|
||||||
Copyright © 2022 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
Copyright © 2023 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
||||||
</template>
|
</template>
|
||||||
</global-footer>
|
</global-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<template v-slot:rightContentRender>
|
<template v-slot:rightContentRender>
|
||||||
<right-content :top-menu="settings.layout === 'topmenu'" :is-mobile="isMobile" :theme="settings.theme" />
|
<right-content :top-menu="settings.layout === 'topmenu'" :is-mobile="isMobile" :theme="settings.theme" />
|
||||||
<a style="color: red; float: right" href="https://www.jeequan.com/product/jeepay4plus.html" target="_blank">一起体验Plus商业版</a>
|
<a style="color: red; float: right" href="https://www.jeequan.com/product/jeepay4plus.html" target="_blank">体验Plus商业版</a>
|
||||||
</template>
|
</template>
|
||||||
<!-- custom footer / 自定义Footer -->
|
<!-- custom footer / 自定义Footer -->
|
||||||
<template v-slot:footerRender>
|
<template v-slot:footerRender>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue