From 4c494168ac1b657250de49390757cdd34882ed74 Mon Sep 17 00:00:00 2001 From: guofei Date: Thu, 24 Oct 2024 16:41:37 +0800 Subject: [PATCH] fix: change origin --- src/app/price/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/price/page.tsx b/src/app/price/page.tsx index 9b77c01..cc37dcb 100644 --- a/src/app/price/page.tsx +++ b/src/app/price/page.tsx @@ -6,13 +6,13 @@ const Page = () => { // https://www-soyootech.oss-cn-hangzhou.aliyuncs.com/public/ const [tip, setTip] = useState(""); const [price] = useState({ - mp4: `https://www-soyootech.oss-cn-hangzhou.aliyuncs.com/public/price/视频类型.html`, - _2d_5k: `/price/2d-5k.html`, - _2d_1w: `/price/2d-1w.html`, - _2d_2w: `/price/2d-2w.html`, - _3d_1w: `/price/3d-1w.html`, - _3d_1_5w: `/price/3d-1.5w.html`, - _3d_2w: `/price/3d-2w.html`, + mp4: `https://static.soyootech.com/public/price/%E8%A7%86%E9%A2%91%E7%B1%BB%E5%9E%8B.html`, + _2d_5k: `https://static.soyootech.com/public/price/2d-5k.html`, + _2d_1w: `https://static.soyootech.com/public/price/2d-1w.html`, + _2d_2w: `https://static.soyootech.com/public/price/2d-2w.html`, + _3d_1w: `https://static.soyootech.com/public/price/3d-1w.html`, + _3d_1_5w: `https://static.soyootech.com/public/price/3d-1.5w.html`, + _3d_2w: `https://static.soyootech.com/public/price/3d-2w.html`, }); const [previewInfo, setPreviewInfo] = useState({