fix: 增加认证,修改部分展示内容。

This commit is contained in:
tianyongbao
2024-09-26 23:30:40 +08:00
parent 8c35a50e60
commit e674e30f3d
10 changed files with 14 additions and 9 deletions

View File

@@ -1,11 +1,15 @@
<template>
<footer class="zui-footer">
<div class="links">
2024 © 智聪科技 Copyright
<a href="https://beian.miit.gov.cn/" target="_blank"> 鲁ICP备2024118666号-1</a>
<img src ="./img/gongan.png" width="18" height="20">&nbsp;<a href="https://beian.mps.gov.cn/#/query/webSearch?code=37021202001661" rel="noreferrer" target="_blank">鲁公网安备37021202001661</a>
</div>
<div class="links">
</div>
<p class="copy-right">
Copyright 2024 智聪科技股份有限公司.All rights reserved.
<br>
</p>

View File

@@ -24,7 +24,7 @@
},
computed: {
cls () {
const cls = (Util.os.android || Util.os.iPhone) ? '' : 'min-1200'
const cls = (Util.os.android || Util.os.iPhone || Util.os.wechat || Util.os.wechat|| Util.os.mobile) ? '' : 'min-1200'
return 'zui-page ' + cls
},
toastText () {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB