qlfy-ecological-login 1.0.13 → 1.0.14
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/lib/components/qlfyEcologicalLogin/tools.d.ts +2 -2
- package/lib/index.mjs +1432 -1827
- package/lib/index.mjs.gz +0 -0
- package/lib/index.umd.js +8 -8
- package/lib/index.umd.js.gz +0 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DialogProps } from 'element-plus';
|
|
2
2
|
export declare const componentState: any;
|
|
3
3
|
/** 退出登陆方法 */
|
|
4
|
-
export declare function logout(): any;
|
|
4
|
+
export declare function logout(goLog?: boolean, success?: () => void, error?: () => void): any;
|
|
5
5
|
/** 获取统一登陆token */
|
|
6
6
|
export declare function getToken(): any;
|
|
7
7
|
/** 获取统一登陆token */
|
|
@@ -21,7 +21,7 @@ export declare function generateUUID(): string;
|
|
|
21
21
|
export declare function getUserPermission(): any;
|
|
22
22
|
/** ----------------------- 密码弹窗 ---------------------- */
|
|
23
23
|
/** 密码修改弹窗控制 */
|
|
24
|
-
export declare
|
|
24
|
+
export declare const dialogStatus: {
|
|
25
25
|
isShow: boolean;
|
|
26
26
|
elDialogConfig: {};
|
|
27
27
|
};
|