From 588d0791ebdbedc26c6b601e36a15564ae96a4be Mon Sep 17 00:00:00 2001 From: luoxj <1227731421@qq.com> Date: Wed, 2 Sep 2020 10:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/category/form.ftl | 2 +- src/main/webapp/WEB-INF/manager/cms/content/form.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl index a007c0ed..20db344c 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl @@ -221,7 +221,7 @@ :limit="1" :on-exceed="categoryImghandleExceed" :disabled="false" - :data="{uploadPath:'/${appId}/cms/category','isRename':true}" + :data="{uploadPath:'/cms/category','isRename':true,'appId':true}" :on-success="categoryImgSuccess" accept="image/*" list-type="picture-card"> diff --git a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl index 6340a7c0..58b85fc7 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl @@ -195,7 +195,7 @@ :limit="1" :on-exceed="contentImghandleExceed" :disabled="false" - :data="{uploadPath:'/${appId}/cms/content','isRename':true}" + :data="{uploadPath:'/cms/content','isRename':true ,'appId':true}" :on-success="contentImgSuccess" accept="image/*" list-type="picture-card">