|
@@ -6,7 +6,7 @@
|
|
<el-col :xs="24" :md="12" :style="{height: '350px'}">
|
|
<el-col :xs="24" :md="12" :style="{height: '350px'}">
|
|
<vue-cropper
|
|
<vue-cropper
|
|
ref="cropper"
|
|
ref="cropper"
|
|
- :img="options.img"
|
|
|
|
|
|
+ :img="baseUrl+options.img"
|
|
:info="true"
|
|
:info="true"
|
|
:autoCrop="options.autoCrop"
|
|
:autoCrop="options.autoCrop"
|
|
:autoCropWidth="options.autoCropWidth"
|
|
:autoCropWidth="options.autoCropWidth"
|