|
@@ -3,7 +3,11 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="logo">
|
|
|
<span v-if="info.logourl">
|
|
|
- <el-image style="width:690px;height:66px;" :src="info.logourl"></el-image>
|
|
|
+ <el-image style="width:690px;height:66px;" :src="info.logourl">
|
|
|
+ <div slot="error" class="image-slot">
|
|
|
+ <el-image style="width:690px;height:66px;" :src="logourl"></el-image>
|
|
|
+ </div>
|
|
|
+ </el-image>
|
|
|
</span>
|
|
|
<span v-else>
|
|
|
<el-image style="width:690px;height:66px;" :src="logourl"></el-image>
|