From 14eff62bc675800ebc2216f928aecf11b2fb4700 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 22 Aug 2021 18:04:56 +0800
Subject: [PATCH] 问题修复
---
src/views/article/article.vue | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/views/article/article.vue b/src/views/article/article.vue
index 3d1a97d..7e70a4b 100644
--- a/src/views/article/article.vue
+++ b/src/views/article/article.vue
@@ -167,18 +167,14 @@
{
label: "视频",
prop: "videoUrl",
- dataType: "array",
type: "upload",
accept: "video/mp4",
display: true,
hide: true,
- viewDisplay: true,
- editDisabled: true,
- listType: "picture",
- action: "http://web.byisf.com:82/blade-jfpts/depl/put-depl",
+ listType: "picture-img",
+ action: "/api/depl/put-depl",
propsHttp: {
- res: "data",
- url: "link",
+ url: "data",
},
},
{
@@ -191,8 +187,7 @@
// lineHeights: ['1', '1.15', '1.6', '2', '2.5', '3']
// },//wangEditor编辑的配置
props: {
- res: "data",
- url: "link",
+ res: "data"
},
},
hide: true,
--
Gitblit v1.9.3