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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.151",
3
+ "version": "1.0.152",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -614,11 +614,11 @@ export default {
614
614
  */
615
615
  icbcLogin(){
616
616
  //无三方用户登录信息
617
- if(!this.loginParams) {
618
- this.status = false;
619
- console.warn(`无三方用户登录信息`);
620
- throw new Error('无三方用户登录信息');
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({});