jufubao-base 1.0.151 → 1.0.152
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
|
@@ -614,11 +614,11 @@ export default {
|
|
|
614
614
|
*/
|
|
615
615
|
icbcLogin(){
|
|
616
616
|
//无三方用户登录信息
|
|
617
|
-
if(!this.loginParams) {
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
}
|
|
617
|
+
// if(!this.loginParams) {
|
|
618
|
+
// this.status = false;
|
|
619
|
+
// console.warn(`无三方用户登录信息`);
|
|
620
|
+
// throw new Error('无三方用户登录信息');
|
|
621
|
+
// }
|
|
622
622
|
|
|
623
623
|
console.warn(`LoginParams.use: ${this.loginParams}`)
|
|
624
624
|
this.$xdShowLoading({});
|