|
|
|
@ -4,7 +4,11 @@ |
|
|
|
<div class="footer-upper-section"> |
|
|
|
<div class="item_left"> |
|
|
|
<div class="logo"> |
|
|
|
<img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> |
|
|
|
<!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> --> |
|
|
|
<div style="width:208px;height:68px"> |
|
|
|
<img :src="appConfig.head_logo" alt="logo" style="width:100%;height:100%"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<span>{{$t('common.footerTips1')}}</span> |
|
|
|
</div> |
|
|
|
<p class="foot_p">{{$t('common.footerTips2',{name:appConfig.name})}}</p> |
|
|
|
@ -154,9 +158,9 @@ import {mapState} from 'vuex' |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
service: [], |
|
|
|
college: [], |
|
|
|
email: "" |
|
|
|
service: [], |
|
|
|
college: [], |
|
|
|
email: "" |
|
|
|
}; |
|
|
|
}, |
|
|
|
computed:{ |
|
|
|
|