修复页面报错

This commit is contained in:
weiweiw 2024-11-08 10:27:51 +08:00
parent 1d84c5db55
commit 0fce987c48
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ export function generateUUID() {
}); });
} }
// 使用示例 // // 使用示例
const uuid = generateUUID(); // const uuid = generateUUID();
console.log(uuid); // console.log(uuid);
module.exports = { module.exports = {
SM_CONFIG, SM_CONFIG,
AES_CONFIG, AES_CONFIG,