From 46a3998f09c41817bdb37a1503880b0bc6476927 Mon Sep 17 00:00:00 2001 From: Wayne Date: Sun, 24 Dec 2023 01:15:10 +0800 Subject: [PATCH] 0000802 --- src/utils/card2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/card2.js b/src/utils/card2.js index 9fab365..a7efe03 100644 --- a/src/utils/card2.js +++ b/src/utils/card2.js @@ -1,5 +1,7 @@ import _ from "lodash"; +const DEFAULT_LINK = 'https://utel.vip'; + function vcardUuid(vcard, secret) { const hash = CryptoJS.HmacMD5(JSON.stringify(vcard), secret); const hex = CryptoJS.enc.Hex.stringify(hash);