qlfy-ecological-login 1.1.9 → 1.1.10

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.
@@ -28,6 +28,7 @@ export interface Prop {
28
28
  /** token有效期,单位秒,非必填*/
29
29
  tokenValidity?: number;
30
30
  /** 租户id */
31
+ tenantId?: number | string;
31
32
  /** 修改密码弹窗自定义设置 */
32
33
  dialogConfig?: Partial<DialogProps>;
33
34
  }
@@ -17,6 +17,7 @@ declare const _default: import('vue').DefineComponent<Prop, {
17
17
  [x: string]: any;
18
18
  }) => any;
19
19
  }>, {
20
+ tenantId: number | string;
20
21
  forceMode: boolean;
21
22
  isEnabled: boolean;
22
23
  listenToken: boolean;
package/lib/index.d.ts CHANGED
@@ -16,6 +16,7 @@ export declare const qlfyEcologicalLogin: import('vue').DefineComponent<import('
16
16
  [x: string]: any;
17
17
  }) => any;
18
18
  }>, {
19
+ tenantId: number | string;
19
20
  forceMode: boolean;
20
21
  isEnabled: boolean;
21
22
  listenToken: boolean;