|
|
|
@ -117,6 +117,11 @@
|
|
|
|
<!-- #ifdef MP -->
|
|
|
|
<!-- #ifdef MP -->
|
|
|
|
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
|
|
|
|
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
|
|
|
|
<!-- #endif -->
|
|
|
|
<!-- #endif -->
|
|
|
|
|
|
|
|
<view class="icp-info">
|
|
|
|
|
|
|
|
<text>
|
|
|
|
|
|
|
|
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #808695; text-decoration: none;">湘ICP备2026003339号-1</a>
|
|
|
|
|
|
|
|
</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
@ -673,4 +678,15 @@
|
|
|
|
border: 1px solid #ee5a52;
|
|
|
|
border: 1px solid #ee5a52;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icp-info {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
bottom: 140rpx;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|