Browse Source

底部

master
ltlzx 4 years ago
parent
commit
e9c9bfc3c9
  1. 2
      src/components/CommonFooter.vue

2
src/components/CommonFooter.vue

@ -6,7 +6,7 @@
<div class="logo">
<!-- <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%"/>
<img :src="appConfig.head_logo" alt="logo" style="width:100%;height:100%;object-fit: fill;"/>
</div>
<span>{{$t('common.footerTips1')}}</span>

Loading…
Cancel
Save