1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 22:29:59 +08:00

Remove unused images

This commit is contained in:
Yamel Senih 2020-11-30 18:45:24 -04:00
parent 640851f909
commit 1cbe1c264c
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<el-container style="height: 100% !important;"> <el-container style="height: 100% !important;">
<img <img
fit="contain" fit="contain"
:src="defaultImageLogo" :src="defaultImage"
class="background-price-checking" class="background-price-checking"
> >
<el-main> <el-main>
@ -102,9 +102,6 @@ export default {
defaultImage() { defaultImage() {
return require('@/image/ADempiere/priceChecking/no-image.jpg') return require('@/image/ADempiere/priceChecking/no-image.jpg')
}, },
defaultImageLogo() {
return require('@/image/ADempiere/priceChecking/todoagro.png')
},
backgroundForm() { backgroundForm() {
if (this.isEmptyValue(this.currentImageOfProduct)) { if (this.isEmptyValue(this.currentImageOfProduct)) {
return this.organizationBackground return this.organizationBackground

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB