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