From 4c9f428bba8ca8a9df325867a0a0454884bcc192 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 28 May 2022 19:12:23 +0800 Subject: [PATCH] u --- ucColorText/ucColorText.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucColorText/ucColorText.vue b/ucColorText/ucColorText.vue index d4905d1..1a431d4 100644 --- a/ucColorText/ucColorText.vue +++ b/ucColorText/ucColorText.vue @@ -71,7 +71,7 @@ export default { } return [] }, - b64u2hex(b64u){ + b64t_to_hex(b64u){ if (/^[0-9a-zA-Z\._]+$/.test(b64u)){ let b64 = b64u.replace(/\./g, '+').replace(/_/g, '/') return Buffer.from(b64, 'base64').toString('hex') @@ -96,7 +96,7 @@ export default {