fix:图片不显示问题

This commit is contained in:
wangzenghua 2025-04-17 02:48:15 +01:00
parent c969d924fc
commit 2552de4526
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
'camelcase': [0, {
'properties': 'always'
}],
'comma-dangle': [2, 'never'],
'comma-dangle': [2, 'off'],
'comma-spacing': [2, {
'before': false,
'after': true
@ -183,7 +183,7 @@ module.exports = {
'after': true
}],
'space-before-blocks': [2, 'always'],
'space-before-function-paren': [2, 'never'],
'space-before-function-paren': [2, 'off'],
'space-in-parens': [2, 'never'],
'space-infix-ops': 2,
'space-unary-ops': [2, {

View File

@ -77,7 +77,7 @@
<span class="font-size-20 font-color-main">{{ item.sellproName }}</span>
<span class="font-size-13 font-color-secondary">{{ item.remark }}</span>
</div>
<img :src="image.baseUrl + item.sellproImg" class="width-80 height-80 border-radius-10" alt="" />
<img :src="item.sellproImg" class="width-80 height-80 border-radius-10" alt="" />
</div>
<div class="flex jcsb padding-tb-12 border-bottom-eee">
<span class="font-size-13 font-color-main">产地</span>