소스 검색

删除首页接口长时间后进入跳转首页代码

Ming 4 년 전
부모
커밋
cd3aee5aca
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      util/api.js

+ 2 - 1
util/api.js

@@ -33,7 +33,8 @@ export const myRequest = (options) => {
 						let notIndexFail2 = ['Index/getDataStatistics'];
 						let ua = navigator.userAgent.toLowerCase();
 						if (notIndexFail2.includes(options.url)&& ua.match(/MicroMessenger/i) == "micromessenger") {
-								window.location.href = 'https://qhome.usky.cn/index.html#/pages/index/index';
+							// alert('数据拉取失败,请重新进入公众号')
+								// window.location.href = 'https://qhome.usky.cn/index.html#/pages/index/index';
 						}else{
 							
 							return uni.showToast({