From 4707139df757e848b8746f9d7dcb837cdf5d78c3 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 22 四月 2022 16:30:17 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/saas-web --- src/views/index/components/rightColumn.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/index/components/rightColumn.vue b/src/views/index/components/rightColumn.vue index 7318ed1..a60fbfb 100644 --- a/src/views/index/components/rightColumn.vue +++ b/src/views/index/components/rightColumn.vue @@ -2,7 +2,7 @@ <div class="rightColumn"> <div class="columnItem" v-for="(item, index) in product" :key="index"> <div class="title"> - <img :src="'/httpImage/' + item.logoUrl" alt="" /> + <ImageShow :src="item.logoUrl"></ImageShow> {{ item.modelName }} </div> <div class="des limitRow2"> -- Gitblit v1.8.0