|
@@ -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({
|