Merge branch 'main' of https://git.opencomputing.cn/yumoqing/kboss
This commit is contained in:
commit
001aeacca8
@ -80,9 +80,13 @@
|
||||
</div>
|
||||
<div style="display: flex;justify-content: center;align-items: center;width: 100%; ">
|
||||
<span v-if="JSON.stringify(logoInfoNew)!=='{}'"
|
||||
style="margin:15px 0 ;width: 1400px;display:flex;justify-content:center;align-items:center;color: #7A82A0;"> 京ICP{{
|
||||
style="margin:15px 0 ;width: 1400px;display:flex;justify-content:center;align-items:center;color: #7A82A0;"><span
|
||||
class="goStyle"
|
||||
@click="goOut('https://beian.miit.gov.cn/#/Integrated/index')">
|
||||
京ICP备{{
|
||||
logoInfoNew.home.license
|
||||
}} {{
|
||||
}}
|
||||
</span> {{
|
||||
logoInfoNew.home.footerTitle
|
||||
}} {{
|
||||
logoInfoNew.home.copyright
|
||||
@ -172,6 +176,9 @@ export default Vue.extend({
|
||||
|
||||
},
|
||||
methods: {
|
||||
goOut(url){
|
||||
window.open(url)
|
||||
},
|
||||
scrollToElement(id) {
|
||||
const element = document.getElementById(id);
|
||||
if (element) {
|
||||
@ -361,4 +368,12 @@ export default Vue.extend({
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.goStyle{
|
||||
cursor: pointer;
|
||||
transition: all .3s ease-in-out;
|
||||
&:hover{
|
||||
transition: all .3s ease-in-out;
|
||||
color: #1b5bff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user