mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 13:40:06 +00:00
feat 对接路由生成
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<template>
|
||||
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
||||
<div :class="`${prefixCls}__links`">
|
||||
<a @click="openWindow(SITE_URL)">{{ t('layout.footer.onlinePreview') }}</a>
|
||||
|
||||
<GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />
|
||||
|
||||
<a @click="openWindow(DOC_URL)">{{ t('layout.footer.onlineDocument') }}</a>
|
||||
</div>
|
||||
<div>Copyright ©2021 Bootx</div>
|
||||
<!-- <div :class="`${prefixCls}__links`">-->
|
||||
<!-- <a @click="openWindow(SITE_URL)">{{ t('layout.footer.onlinePreview') }}</a>-->
|
||||
<!-- <GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />-->
|
||||
<!-- <a @click="openWindow(DOC_URL)">{{ t('layout.footer.onlineDocument') }}</a>-->
|
||||
<!-- </div>-->
|
||||
<div>Copyright ©2020 Bootx出品</div>
|
||||
</Footer>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user