添加网信算备号
parent
e9494b156b
commit
c834785678
|
@ -10,12 +10,10 @@ declare module 'vue' {
|
||||||
NAffix: typeof import('naive-ui')['NAffix']
|
NAffix: typeof import('naive-ui')['NAffix']
|
||||||
NAvatar: typeof import('naive-ui')['NAvatar']
|
NAvatar: typeof import('naive-ui')['NAvatar']
|
||||||
NButton: typeof import('naive-ui')['NButton']
|
NButton: typeof import('naive-ui')['NButton']
|
||||||
NButtonGroup: typeof import('naive-ui')['NButtonGroup']
|
|
||||||
NCard: typeof import('naive-ui')['NCard']
|
NCard: typeof import('naive-ui')['NCard']
|
||||||
NCarousel: typeof import('naive-ui')['NCarousel']
|
NCarousel: typeof import('naive-ui')['NCarousel']
|
||||||
NCascader: typeof import('naive-ui')['NCascader']
|
NCascader: typeof import('naive-ui')['NCascader']
|
||||||
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
||||||
NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup']
|
|
||||||
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
||||||
NDatePicker: typeof import('naive-ui')['NDatePicker']
|
NDatePicker: typeof import('naive-ui')['NDatePicker']
|
||||||
NDivider: typeof import('naive-ui')['NDivider']
|
NDivider: typeof import('naive-ui')['NDivider']
|
||||||
|
|
|
@ -272,7 +272,7 @@ function toUs(url: string) {
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-4">
|
<div class="px-4 pb-4">
|
||||||
<div class="text-xs text-gray-500 flex flex-wrap gap-2">
|
<div class="text-xs text-gray-500 flex flex-wrap gap-2">
|
||||||
<div
|
<div
|
||||||
v-for="(item, index) in appList"
|
v-for="(item, index) in appList"
|
||||||
|
@ -307,24 +307,16 @@ function toUs(url: string) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="justify-between text-xs text-gray-400 mt-2 scale-80">
|
<div class="justify-between text-xs text-gray-400 mt-2 scale-80">
|
||||||
<!-- <a class="cursor-pointer scale-80">
|
|
||||||
辽ICP备2024045484号-1
|
|
||||||
</div> -->
|
|
||||||
<a class="text-xs leading-7 hover:opacity-80 mt-[8px]" href="https://beian.miit.gov.cn" rel="noreferrer" target="_blank">辽ICP备2024045484号-1</a>
|
<a class="text-xs leading-7 hover:opacity-80 mt-[8px]" href="https://beian.miit.gov.cn" rel="noreferrer" target="_blank">辽ICP备2024045484号-1</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="justify-between text-xs text-gray-400 mt-2 scale-80">
|
<div class="justify-between text-xs text-gray-400 mt-2 scale-80 hover:opacity-80">
|
||||||
<div class="cursor-pointer scale-80">
|
<div class="cursor-pointer scale-80">
|
||||||
网信算备
|
网信算备
|
||||||
</div>
|
</div>
|
||||||
<div class="cursor-pointer scale-80">
|
<div class="cursor-pointer scale-80">
|
||||||
110112129623601230015号
|
211103138465501250017号
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="justify-between text-xs text-gray-400 mt-2 scale-80">
|
|
||||||
<div class="cursor-pointer scale-80">
|
|
||||||
备案号: Beijing-PianYu-202402
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- <NuxtLink
|
<!-- <NuxtLink
|
||||||
v-for="item in menuStore.menuItems"
|
v-for="item in menuStore.menuItems"
|
||||||
|
|
Loading…
Reference in New Issue