UNPKG
orcrist-wechat
Version:
latest (2.6.7)
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.6
2.2.5
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.1
2.1.0
2.0.1
2.0.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
for Orcrist Wechat sdk
orcrist-wechat
/
src
/
utils
/
env.ts
6 lines
(5 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
6
/* 测试环境域名:http://spcare.medbanks-test.com 生产环境域名:https://m.ytbxjj.com */
export
const
isProd = (
() =>
/^m.ytbxjj.com/gi
.
test
(
window
.
location
.
host
))();