修改活动域名
This commit is contained in:
parent
6494f9b0d0
commit
0a4e9b9ab8
|
@ -109,7 +109,7 @@ export default function SpringFestival() {
|
||||||
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