提交 5d74d202 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

上级 8debd78c
...@@ -48,8 +48,16 @@ ...@@ -48,8 +48,16 @@
} catch { } catch {
} }
} }
let subdomainT = window.location.href.replace(/(.*\/\/)|(\.edstao.*)/g, '')
if(subdomainT=='wxapplets-jyx'){
subdomainT='jinyanxia'
}else if(subdomainT=='wxapplets-fl'){
subdomainT='21'
}else if(subdomainT=='wxapplets-hdzm'){
subdomainT='wuyoushop0571jg0001'
}
console.log(window.location.port,'window.location.port '); console.log(window.location.port,'window.location.port ');
uni.setStorageSync('subdomain',(window.location.port === '3000'||window.location.host === 'etaoh5dz-pre.edstao.com')?'21':'21') uni.setStorageSync('subdomain',subdomainT)
}); });
onShow(() => { onShow(() => {
console.log("App Show"); console.log("App Show");
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册