diff --git a/src/utils/genPoster.ts b/src/utils/genPoster.ts index 34e39f6..19fcb59 100644 --- a/src/utils/genPoster.ts +++ b/src/utils/genPoster.ts @@ -5,7 +5,7 @@ const bgUrl = `${OSS_BASE}/front/ball/images/5e2c85ab-fb0c-4026-974d-1e072518154 const ringUrl = `${OSS_BASE}/front/ball/images/b635164f-ecec-434a-a00b-69614a918f2f.png`; const dateIcon = `${OSS_BASE}/front/ball/images/1b49476e-0eda-42ff-b08c-002ce510df82.jpg`; const mapIcon = `${OSS_BASE}/front/ball/images/06b994fa-9227-4708-8555-8a07af8d0c3b.jpg`; -const logoText = `${OSS_BASE}/front/ball/system/youchang_tip_text.png`; +const logoText = `${OSS_BASE}/system/youchang_tip_text.png`; export function base64ToTempFilePath(base64Data: string): Promise { return new Promise((resolve, reject) => {