新增文件上传组件

This commit is contained in:
RuoYi
2021-01-05 20:11:09 +08:00
parent 074b3c735d
commit ae5a0f9774
2 changed files with 178 additions and 1 deletions

View File

@ -34,7 +34,6 @@
import { getToken } from "@/utils/auth";
export default {
components: {},
data() {
return {
uploadImgUrl: process.env.VUE_APP_BASE_API + "/common/upload", // 上传的图片服务器地址