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 @@ > 收信人 标签推送