Ver código fonte

feat: 删除调试代码

TIANYONG 8 meses atrás
pai
commit
c01632feee
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -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; // 浏览器设置