fix;iot

This commit is contained in:
wangzenghua 2025-04-18 02:55:54 +01:00
parent 46615a3e5f
commit 68eafbfba0
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ module.exports = {
'camelcase': [0, {
'properties': 'always'
}],
'comma-dangle': [0, 'always'],
'comma-dangle': [1, 'off'],
'comma-spacing': [2, {
'before': false,
'after': true

View File

@ -53,7 +53,7 @@
</div>
<div class="flex">
<div class="hbm345 w40 flex aic jcc">
<img :src="$baseUrl + device.imgUrl.split(',')[0]" class="w100" />
<img :src="device.imgUrl.split(',')[0]" class="w100" />
</div>
<div class="hbm345 w60">
<el-form :model="form" ref="form" label-width="120px" :inline="false" size="normal" class="h95 flex fdc jcsa margin-top-20">