jufubao-base 1.0.189 → 1.0.190
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
|
@@ -737,7 +737,6 @@ export default {
|
|
|
737
737
|
if (this.$configProject.isPreview) {
|
|
738
738
|
console.log("handleBindLogin", "预览模式不跳转", this.inCallback);
|
|
739
739
|
}
|
|
740
|
-
|
|
741
740
|
else {
|
|
742
741
|
this.handleClick(entry);
|
|
743
742
|
}
|
|
@@ -779,7 +778,7 @@ export default {
|
|
|
779
778
|
if (this.$configProject['isPreview']) return;
|
|
780
779
|
|
|
781
780
|
//登陆成功,有回调地址返回回调地址
|
|
782
|
-
if(this.
|
|
781
|
+
if(this.inCallbackUrlOrg) {
|
|
783
782
|
this.$xdUniHelper.redirectTo({
|
|
784
783
|
url:this.inCallback
|
|
785
784
|
}, false);
|