bug
This commit is contained in:
parent
aa585f42bf
commit
70b3f29610
@ -68,7 +68,7 @@
|
||||
|
||||
<el-image
|
||||
style="width: 100px; height: 100px"
|
||||
:src="imgUrl + scope.row.imageUrl"
|
||||
:src="baseUrl + scope.row.imageUrl"
|
||||
fit="fill"></el-image>
|
||||
<!-- <div>{{imgUrl+scope.row.imageUrl}}</div>-->
|
||||
</template>
|
||||
@ -105,6 +105,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
imgUrl:this.pcUrl,
|
||||
baseUrl:process.env.VUE_APP_BASE_API,
|
||||
// 遮罩层
|
||||
loading: true,
|
||||
// 选中数组
|
||||
|
Loading…
Reference in New Issue
Block a user