fix: 图片上传代码恢复;

tea/dev
wx-jincw 3 weeks ago
parent 23c792cc40
commit eedc3e2f63

@ -14,10 +14,10 @@
</template> </template>
<script> <script>
// import UploadIndex from '@/components/uploadPicture/indexvo.vue' import UploadIndex from '@/components/uploadPicture/index.vue'
export default { export default {
name: 'UploadFroms', name: 'UploadFroms',
// components: { UploadIndex }, components: { UploadIndex },
data() { data() {
return { return {
visible: false, visible: false,
@ -29,9 +29,9 @@ export default {
} }
}, },
watch: { watch: {
// show() { show() {
// this.visible = this.show this.visible = this.show
// } }
}, },
methods: { methods: {
handleClose() { handleClose() {

Loading…
Cancel
Save