积分 电子证书

积分 电子证书
This commit is contained in:
amypeng 2026-06-04 15:38:46 +08:00
parent b1adb9af94
commit de97f91575
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ function UserAward({ visible , onCancel , onSure , member , id, form }) {
await document.fonts.ready;
if(!document.fonts.check('64px sanjikai')) {
try {
const font = new FontFace('sanjikai', 'url(/fonts/SanJiXingKaiJianTi-Cu-2.ttf)');
const font = new FontFace('sanjikai', `url(${process.env.PUBLIC_URL}/fonts/SanJiXingKaiJianTi-Cu-2.ttf)`);
await font.load();
document.fonts.add(font);