qlfy-ecological-login 1.0.4 → 1.0.6
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/data.d.ts +1 -2
- package/lib/index.mjs +409 -407
- package/lib/index.mjs.gz +0 -0
- package/lib/index.umd.js +7 -7
- package/lib/index.umd.js.gz +0 -0
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
1
|
import { DialogProps } from 'element-plus';
|
|
3
2
|
/** 响应式数据对象 */
|
|
4
3
|
export declare class Data {
|
|
@@ -18,7 +17,7 @@ export interface Prop {
|
|
|
18
17
|
/** 登陆服务的ip地址 */
|
|
19
18
|
loginServiceBaseAddress: string;
|
|
20
19
|
/** 路由对象 */
|
|
21
|
-
useRouter:
|
|
20
|
+
useRouter: any;
|
|
22
21
|
/** 传入token则使用外部token */
|
|
23
22
|
token?: string;
|
|
24
23
|
/** 是否启用组件,支持动态控制,非必填*/
|