From ae5a0f9774600a863348689065f58ec59f5c3994 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 05 一月 2021 20:11:09 +0800 Subject: [PATCH] 新增文件上传组件 --- ruoyi-ui/src/components/ImageUpload/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/components/ImageUpload/index.vue b/ruoyi-ui/src/components/ImageUpload/index.vue index 89f0b40..67fa99c 100644 --- a/ruoyi-ui/src/components/ImageUpload/index.vue +++ b/ruoyi-ui/src/components/ImageUpload/index.vue @@ -34,7 +34,6 @@ import { getToken } from "@/utils/auth"; export default { - components: {}, data() { return { uploadImgUrl: process.env.VUE_APP_BASE_API + "/common/upload", // 上传的图片服务器地址 -- Gitblit v1.9.2