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 {