|
@@ -34,7 +34,7 @@ postMessage({ api: 'getNavHeight' }, (res: any) => {
|
|
|
|
|
|
const url = window.location.href;
|
|
|
const urlIsTeacher =
|
|
|
- /mteaonline.dayaedu.com/.test(url) || /mteatest.dayaedu.com/.test(url) || /gym.lexiaoya.cn\/lessonPlayTeacher/.test(url) || /test.gym.lexiaoya.cn\/lessonPlayTeacher/.test(url) || /192.168.3.68:9005/.test(url)
|
|
|
+ /mteaonline.dayaedu.com/.test(url) || /mteatest.dayaedu.com/.test(url) || /gym.lexiaoya.cn\/lessonPlayTeacher/.test(url) || /test.gym.lexiaoya.cn\/lessonPlayTeacher/.test(url)
|
|
|
? true
|
|
|
: false;
|
|
|
// const paymentType = (window as any).paymentType; // 浏览器设置
|