fix: 修改数据加密解密,新增登录校验,新增底部备案号

This commit is contained in:
奔跑的面条
2022-04-13 21:31:18 +08:00
parent 77a6b50307
commit efba045ad0
9 changed files with 110 additions and 51 deletions
+13 -6
View File
@@ -1,12 +1,19 @@
<template>
<div class="go-footer">
<slot>
<n-text depth="2">
<n-a>{{ $t('global.doc_addr') }}: </n-a>
<n-a italic :href="docPath">
{{docPath}}
</n-a>
</n-text>
<n-space :size="50">
<n-text depth="2">
<n-a>{{ $t('global.doc_addr') }}: </n-a>
<n-a italic :href="docPath" target="_blank">
{{ docPath }}
</n-a>
</n-text>
<n-text depth="3">
<n-a italic href="https://beian.miit.gov.cn/" target="_blank">
京ICP备2021034585号-1
</n-a>
</n-text>
</n-space>
</slot>
</div>
</template>