From ceffa5eaf97b3a8e612c0d1d2e1cf91a3c54e2cb Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Mon, 10 Apr 2023 14:09:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NormalUpload/index.vue | 2 +- src/views/iot-card/CardManagement/Import.vue | 2 +- src/views/iot-card/CardManagement/UploadFile.vue | 2 +- src/views/notice/Config/Debug/index.vue | 4 ++-- src/views/notice/Config/Detail/index.vue | 1 + src/views/notice/Template/Detail/doc/WeixinCorp.tsx | 2 +- src/views/notice/Template/Detail/index.vue | 12 ++++++------ 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/NormalUpload/index.vue b/src/components/NormalUpload/index.vue index 1ed86af6..1b35b3f1 100644 --- a/src/components/NormalUpload/index.vue +++ b/src/components/NormalUpload/index.vue @@ -93,7 +93,7 @@ const downFile = async (type: string) => { if (res) { const blob = new Blob([res], { type: type }); const url = URL.createObjectURL(blob); - downloadFileByUrl(url, `设备导入模版`, type); + downloadFileByUrl(url, `设备导入模板`, type); } }; diff --git a/src/views/iot-card/CardManagement/Import.vue b/src/views/iot-card/CardManagement/Import.vue index 0843fba8..bd0261f5 100644 --- a/src/views/iot-card/CardManagement/Import.vue +++ b/src/views/iot-card/CardManagement/Import.vue @@ -164,7 +164,7 @@ const getConfig = async () => { // const blob = new Blob([res], { type: type }); // const url = URL.createObjectURL(blob); // console.log(url); -// downloadFileByUrl(url, `物联卡导入模版`, type); +// downloadFileByUrl(url, `物联卡导入模板`, type); // } // }; diff --git a/src/views/iot-card/CardManagement/UploadFile.vue b/src/views/iot-card/CardManagement/UploadFile.vue index ed5e3b72..e426552f 100644 --- a/src/views/iot-card/CardManagement/UploadFile.vue +++ b/src/views/iot-card/CardManagement/UploadFile.vue @@ -75,7 +75,7 @@ const downFile = async (type: string) => { if (res) { const blob = new Blob([res], { type: type }); const url = URL.createObjectURL(blob); - downloadFileByUrl(url, `物联卡导入模版`, type); + downloadFileByUrl(url, `物联卡导入模板`, type); } }; diff --git a/src/views/notice/Config/Debug/index.vue b/src/views/notice/Config/Debug/index.vue index f5655d35..4c6bce92 100644 --- a/src/views/notice/Config/Debug/index.vue +++ b/src/views/notice/Config/Debug/index.vue @@ -11,13 +11,13 @@ > 收信人 标签推送