diff --git a/src/config/msg.js b/src/config/msg.js index 64812f4..d4cd52f 100644 --- a/src/config/msg.js +++ b/src/config/msg.js @@ -34,5 +34,5 @@ export const MSG_XHR_DATA_YOUTUBE = "KISS_XHR_DATA_YOUTUBE"; // export const MSG_GLOBAL_VAR_FETCH = "KISS_GLOBAL_VAR_FETCH"; // export const MSG_GLOBAL_VAR_BACK = "KISS_GLOBAL_VAR_BACK"; -export const MSG_MENUS_PROGRESSED = "progressed" -export const MSG_MENUS_UPDATEFORM = "updateFormData" +export const MSG_MENUS_PROGRESSED = "progressed"; +export const MSG_MENUS_UPDATEFORM = "updateFormData"; diff --git a/src/libs/utils.js b/src/libs/utils.js index 4a60ddc..bb77e89 100644 --- a/src/libs/utils.js +++ b/src/libs/utils.js @@ -412,8 +412,8 @@ export const randomBetween = (min, max, integer = true) => { /** * 根据文件名自动获取 MIME 类型 - * @param {*} filename - * @returns + * @param {*} filename + * @returns */ function getMimeTypeFromFilename(filename) { const defaultType = "application/octet-stream";