修改活动域名
This commit is contained in:
parent
160bd8e7cd
commit
c5352f984e
|
@ -109,7 +109,7 @@ export default function LanternFestival() {
|
||||||
const webviewBase = webviewBaseRequest();
|
const webviewBase = webviewBaseRequest();
|
||||||
let base = getBase(webviewBase);
|
let base = getBase(webviewBase);
|
||||||
if (base?.b_token !== undefined) {
|
if (base?.b_token !== undefined) {
|
||||||
window.top.location.href = `https://app.tiefen.fun/space/person_space_introduce/${item?.mid}`;
|
window.top.location.href = `https://app.tiefen.space/space/person_space_introduce/${item?.mid}`;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//如果直接从浏览器打开
|
//如果直接从浏览器打开
|
||||||
|
|
Loading…
Reference in New Issue