升级版本v1.15.0
This commit is contained in:
parent
a4a5ef9bd0
commit
2e2a78dcb7
|
|
@ -3,7 +3,7 @@
|
|||
<template v-slot:links>
|
||||
</template>
|
||||
<template v-slot:copyright>
|
||||
<a href="http://www.jeequan.com" target="_blank">@计全科技</a>
|
||||
Copyright © 2022 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
||||
</template>
|
||||
</global-footer>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
<template v-slot:rightContentRender>
|
||||
<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>
|
||||
</template>
|
||||
<!-- custom footer / 自定义Footer -->
|
||||
<template v-slot:footerRender>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export const printANSI = () => {
|
|||
/ /_/ // __/ __/ /_/ / /_/ / /_/ /
|
||||
\\____/ \\___/\\___/ .___/\\__,_/\\__, /
|
||||
/_/ /____/
|
||||
:: Jeepay :: (v1.14.0.RELEASE)
|
||||
:: Jeepay :: (v1.15.0.RELEASE)
|
||||
适合互联网企业使用的开源支付系统 : https://www.jeequan.com
|
||||
`
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<template v-slot:links>
|
||||
</template>
|
||||
<template v-slot:copyright>
|
||||
<a href="http://www.jeequan.com" target="_blank">@计全科技</a>
|
||||
Copyright © 2022 <a href="http://www.jeequan.com" target="_blank">jeequan.com</a>. All rights reserved.
|
||||
</template>
|
||||
</global-footer>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
<template v-slot:rightContentRender>
|
||||
<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>
|
||||
</template>
|
||||
<!-- custom footer / 自定义Footer -->
|
||||
<template v-slot:footerRender>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export const printANSI = () => {
|
|||
/ /_/ // __/ __/ /_/ / /_/ / /_/ /
|
||||
\\____/ \\___/\\___/ .___/\\__,_/\\__, /
|
||||
/_/ /____/
|
||||
:: Jeepay :: (v1.14.0.RELEASE)
|
||||
:: Jeepay :: (v1.15.0.RELEASE)
|
||||
适合互联网企业使用的开源支付系统 : https://www.jeequan.com
|
||||
`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue