Explorar o código

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

Ming %!s(int64=4) %!d(string=hai) anos
pai
achega
cd3aee5aca
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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({