From e80adff2cfff2fa9d29aff9e5a7f2feb52681ef8 Mon Sep 17 00:00:00 2001 From: liuke <123456> Date: Fri, 11 Dec 2020 18:34:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital_form.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital_form.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital_form.html index 591f5f0..f1df902 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital_form.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital_form.html @@ -133,12 +133,13 @@ //上传二维码 upload.render({ elem: '#qr', - url: config.base_server + 'api-file/files-anon', + url: config.base_server + 'api-file/files-upload', accept: 'file', auto: true, headers: { "Authorization": "Bearer " + config.getToken().access_token }, + data:{"imgType":"customerhospital"}, before: function (obj) { layer.load(); //上传loading //预读本地文件示例,不支持ie8 @@ -160,12 +161,13 @@ //微站首页图片 upload.render({ elem: '#phonto', - url: config.base_server + 'api-file/files-anon', + url: config.base_server + 'api-file/files-upload', accept: 'file', auto: true, headers: { "Authorization": "Bearer " + config.getToken().access_token }, + data:{"imgType":"customerhospital"}, before: function (obj) { layer.load(); //上传loading //预读本地文件示例,不支持ie8 -- Gitblit v1.8.0