qlfy-ecological-login 1.0.6 → 1.0.8

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.
@@ -4,6 +4,8 @@ export declare const componentState: any;
4
4
  export declare function logout(): any;
5
5
  /** 获取统一登陆token */
6
6
  export declare function getToken(): any;
7
+ /** 获取统一登陆token */
8
+ export declare function getRefreshToken(): any;
7
9
  /** 方法 -- 跳转至登陆页 */
8
10
  export declare function goLogin(): void;
9
11
  /**
package/lib/index.d.ts CHANGED
@@ -25,7 +25,7 @@ export declare const qlfyEcologicalLogin: import('vue').DefineComponent<import('
25
25
  /** 组件参数、事件接口 */
26
26
  export type { Prop as qlfyEcologicalLoginProps, Emits } from './components/qlfyEcologicalLogin/data';
27
27
  /** 导出工具 */
28
- export { logout, getToken, getUserPermission } from './components/qlfyEcologicalLogin/tools';
28
+ export { logout, getToken, getRefreshToken, getUserPermission } from './components/qlfyEcologicalLogin/tools';
29
29
  /** 导出密码弹窗操作方法 */
30
30
  export { openChangePassword, closeChangePassword, setDialogConfig } from './components/qlfyEcologicalLogin/tools';
31
31
  /** localStorage */