fix: 增加认证,修改部分展示内容。
This commit is contained in:
@@ -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"> <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>
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
BIN
src/components/img/gongan.png
Normal file
BIN
src/components/img/gongan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user