fix: 修复卡密 加密过长

This commit is contained in:
zhangds 2024-03-22 17:58:50 +08:00
parent 497d2d9ca3
commit bf61ccf57f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
history.go(-1);
}
return { copyFunction, getInfo, backHandler, toHome, dynamicBanner, goods, toast, goodsCount, loading };
return { copyFunction, getInfo, backHandler, toHome, dynamicBanner, goods, toast, goodsCount, loading, card_look_pwd };
}
}).mount('#app')
</script>