fix: 暂时移除footer中未实现的功能
This commit is contained in:
@ -86,17 +86,17 @@
|
||||
</p>
|
||||
<p>备案号: 浙ICP备12003709号-5</p>
|
||||
</div>
|
||||
<div class="footer-links-bottom">
|
||||
<NuxtLink :to="$localePath('/privacy')">{{
|
||||
$t('privacy-policy')
|
||||
}}</NuxtLink>
|
||||
<span class="separator">|</span>
|
||||
<NuxtLink :to="$localePath('/terms')">{{
|
||||
$t('terms-of-service')
|
||||
}}</NuxtLink>
|
||||
<span class="separator">|</span>
|
||||
<NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink>
|
||||
</div>
|
||||
<!-- <div class="footer-links-bottom"> -->
|
||||
<!-- <NuxtLink :to="$localePath('/privacy')">{{ -->
|
||||
<!-- $t('privacy-policy') -->
|
||||
<!-- }}</NuxtLink> -->
|
||||
<!-- <span class="separator">|</span> -->
|
||||
<!-- <NuxtLink :to="$localePath('/terms')">{{ -->
|
||||
<!-- $t('terms-of-service') -->
|
||||
<!-- }}</NuxtLink> -->
|
||||
<!-- <span class="separator">|</span> -->
|
||||
<!-- <NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user