feat 对接路由生成

This commit is contained in:
xxm
2022-10-13 17:35:05 +08:00
parent 8112891db2
commit bb79544e81
19 changed files with 139 additions and 117 deletions

View File

@@ -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 &copy;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 &copy;2020 Bootx出品</div>
</Footer>
</template>