|
@@ -20,6 +20,7 @@
|
|
|
<div class="mask" v-if="progressFlag">
|
|
<div class="mask" v-if="progressFlag">
|
|
|
<el-progress type="circle" :percentage="percentage"></el-progress>
|
|
<el-progress type="circle" :percentage="percentage"></el-progress>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <imageAIVerifyErr></imageAIVerifyErr>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -27,9 +28,11 @@
|
|
|
import { ImagePreview } from 'vant';
|
|
import { ImagePreview } from 'vant';
|
|
|
import axios from 'axios';
|
|
import axios from 'axios';
|
|
|
import { uploadImagev } from '@/api/index';
|
|
import { uploadImagev } from '@/api/index';
|
|
|
|
|
+import imageAIVerifyErr from './imageAIVerifyErr';
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: 'uploadImg',
|
|
name: 'uploadImg',
|
|
|
|
|
+ components: { imageAIVerifyErr },
|
|
|
props: {
|
|
props: {
|
|
|
uploadid: {
|
|
uploadid: {
|
|
|
type: String,
|
|
type: String,
|