|
@@ -11,7 +11,7 @@ type SotreActions = {
|
|
setRouters(arr: any): void;
|
|
setRouters(arr: any): void;
|
|
setAsyncRoutesMark(val: boolean): void;
|
|
setAsyncRoutesMark(val: boolean): void;
|
|
setValue(val: any, key: keyof SotreState): void;
|
|
setValue(val: any, key: keyof SotreState): void;
|
|
- getPathConfig(path: string): RouteRecordRaw | any;
|
|
|
|
|
|
+ getRouterConfig(path: string): RouteRecordRaw | any;
|
|
getFunctionList(path: string): any[];
|
|
getFunctionList(path: string): any[];
|
|
clearStore(): void;
|
|
clearStore(): void;
|
|
};
|
|
};
|