This commit is contained in:
zpc 2025-10-25 11:14:16 +08:00
parent 94b3d79831
commit 5ce61ed7fd

View File

@ -1,11 +1,6 @@
<template>
<view class="coreshop-copyright">
<view class="u-font-xs">
Powered by CoreShop
</view>
<view class="beian u-font-xs" v-if="shopBeiAn">
<view v-if="shopBeiAn"><a href="http://beian.miit.gov.cn/" target="_blank" style="font-size:24upx">备案号{{shopBeiAn}}</a></view>
</view>
</view>
</template>