jufubao-base 1.0.297-beta1 → 1.0.297-beta21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -491,11 +491,6 @@
|
|
|
491
491
|
//登录成功调整地址优先级
|
|
492
492
|
this.inCallback = inCallback || this.allEntryPath || this.settings.index;
|
|
493
493
|
|
|
494
|
-
//检查是否为小程序环境
|
|
495
|
-
//#ifdef H5
|
|
496
|
-
if(this.jfbAuthorize.checkIsH5ToMpEnv(this, this.inCallback ,'card')) return;
|
|
497
|
-
// #endif
|
|
498
|
-
|
|
499
494
|
this.getCardList();
|
|
500
495
|
},
|
|
501
496
|
/**
|