...
|
...
|
@@ -3,11 +3,12 @@ |
3
|
3
|
<div :class="`${prefixCls}__links`">
|
4
|
4
|
<a @click="openWindow(SITE_URL)">{{ t('layout.footer.onlinePreview') }}</a>
|
5
|
5
|
|
6
|
|
- <GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />
|
|
6
|
+ <!-- <GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" /> -->
|
|
7
|
+ <span style="width: 50px; height: 50px; margin-left: 65px"></span>
|
7
|
8
|
|
8
|
9
|
<a @click="openWindow(DOC_URL)">{{ t('layout.footer.onlineDocument') }}</a>
|
9
|
10
|
</div>
|
10
|
|
- <div>Copyright ©2020 Vben Admin</div>
|
|
11
|
+ <div>Copyright ©2018-2022 云腾五洲</div>
|
11
|
12
|
</Footer>
|
12
|
13
|
</template>
|
13
|
14
|
|
...
|
...
|
|