mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改数据加密解密,新增登录校验,新增底部备案号
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user