diff --git a/api/public.js b/api/public.js index ddc3bf2..75c3b78 100644 --- a/api/public.js +++ b/api/public.js @@ -280,7 +280,7 @@ export const createOrder = async (type = "alipay_h5") => { break; case "wxpay_h5": router.push( - `https://shop.tiefen.fun/pay/wxpay_h5/${encodeURIComponent( + `https://shop.tiefen.space/pay/wxpay_h5/${encodeURIComponent( data.data.wxpay_h5_param_str )}` ); diff --git a/app/globals.css b/app/globals.css index 9b387f9..f812ddc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -97,7 +97,7 @@ textarea { .custom-tabs .adm-tabs-tab-line { background: none; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 34px; background-position: -2px -18px; background-size: cover; @@ -196,7 +196,7 @@ textarea { .tabPinkLine::after { content: ""; position: absolute; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 34px; background-position: -2px -18px; background-size: cover; @@ -209,7 +209,7 @@ textarea { .titlePinkLine::after { content: ""; position: absolute; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/pinkline.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/pinkline.png"); height: 12px; width: inherit; min-width: 42px; diff --git a/app/index.css b/app/index.css index 8dd2526..6a1269d 100644 --- a/app/index.css +++ b/app/index.css @@ -16,7 +16,7 @@ .custom-tabs .adm-tabs-tab-line { background: none; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 34px; background-position: -2px -18px; background-size: cover; diff --git a/app/login/index.module.scss b/app/login/index.module.scss index 60954a9..c891c5c 100644 --- a/app/login/index.module.scss +++ b/app/login/index.module.scss @@ -15,7 +15,7 @@ } .customTabs>div>div:last-child>div:first-child::after{ content: ""; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 44px; background-size: cover; background-repeat: no-repeat; diff --git a/app/login/page.js b/app/login/page.js index acdada0..252fcb9 100644 --- a/app/login/page.js +++ b/app/login/page.js @@ -650,7 +650,7 @@ const BottomBox = () => {
router.push("https://tiefen.fun")} + onClick={() => router.push("https://tiefen.space")} > 下载APP
diff --git a/app/my/wechatWaitingToAdd/index.module.scss b/app/my/wechatWaitingToAdd/index.module.scss index b12519c..b335b13 100644 --- a/app/my/wechatWaitingToAdd/index.module.scss +++ b/app/my/wechatWaitingToAdd/index.module.scss @@ -15,7 +15,7 @@ } .customTabs>div>div:last-child>div:first-child::after{ content: ""; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 44px; background-size: cover; background-repeat: no-repeat; diff --git a/app/share/[mid]/page.js b/app/share/[mid]/page.js index 51cda38..5058a0b 100644 --- a/app/share/[mid]/page.js +++ b/app/share/[mid]/page.js @@ -14,7 +14,7 @@ export default function ShareSpace() { const { mid } = useParams(); const webUrl = process.env.NEXT_PUBLIC_WEB_URL; const [streamerInfo, setStreamerInfo] = useState(null); - const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.fun"); + const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.space"); function generateRandomString(length = 10) { const characters = diff --git a/app/space/setting/spaceMember/index.module.scss b/app/space/setting/spaceMember/index.module.scss index b12519c..b335b13 100644 --- a/app/space/setting/spaceMember/index.module.scss +++ b/app/space/setting/spaceMember/index.module.scss @@ -15,7 +15,7 @@ } .customTabs>div>div:last-child>div:first-child::after{ content: ""; - background-image: url("https://filecdntx01.tiefen.fun/web_app_public/icons/tabindicator.png"); + background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png"); height: 44px; background-size: cover; background-repeat: no-repeat; diff --git a/app/space/share/[user_id]/page.jsx b/app/space/share/[user_id]/page.jsx index 9371692..6ca8542 100644 --- a/app/space/share/[user_id]/page.jsx +++ b/app/space/share/[user_id]/page.jsx @@ -15,7 +15,7 @@ export default function Share() { //获取页面数据、生成二维码 const [data, setData] = useState({}); const [qrcodeUrl, setQrcodeUrl] = useState(""); - const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.fun"); + const [shareWebUrl, setShareWebUrl] = useState("https://tiefen.space"); const [isFetching, setIsFetching] = useState(true); const router = useRouter(); const { user_id } = useParams(); @@ -46,12 +46,12 @@ export default function Share() { Toast.show({ content: data.msg, }); - return "https://tiefen.fun"; + return "https://tiefen.space"; } const randomUrl = getRandomUrl(data.data.share_redirect_urls); return randomUrl; } catch (error) { - return "https://tiefen.fun"; + return "https://tiefen.space"; } }; @@ -148,7 +148,7 @@ export default function Share() { 铁粉空间 - |官网:tiefen.fun + |官网:tiefen.space diff --git a/next.config.js b/next.config.js index f35bbd1..9fb05e6 100644 --- a/next.config.js +++ b/next.config.js @@ -4,8 +4,8 @@ const nextConfig = { return [ { source: "/api/:path*", - destination: "https://h5api.tiefen.fun/api/:path*", - // destination: "https://testapi.tiefen.fun/api/:path*", + destination: "https://h5api.tiefen.space/api/:path*", + // destination: "https://testapi.tiefen.space/api/:path*", }, { source: "/imgprod/:path*",