fix: change origin
parent
4c2bafb6f3
commit
4c494168ac
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue