@das-fed/web 6.4.0-hot.23 → 6.4.0-hot.25

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.
@@ -1,2 +1,4 @@
1
1
  /** 获取应用*/
2
2
  export declare const getAppcategory: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
3
+ /** 获取用户常用应用*/
4
+ export declare const getFixedApp: (payload?: any, payloadConfig?: import('@das-fed/utils/curring-http/type').CurringConfig) => import('@das-fed/utils/curring-http/type').CurringRes;
@@ -1,4 +1,5 @@
1
- declare const appcategorys: import('vue').Ref<any, any>;
2
1
  declare const appLoading: import('vue').Ref<any, any>;
2
+ declare const appcategorys: import('vue').Ref<any, any>;
3
3
  declare const getNavConfig: () => unknown;
4
- export { getNavConfig, appcategorys, appLoading };
4
+ declare const getFixedAppsConfig: () => unknown;
5
+ export { getNavConfig, appcategorys, appLoading, getFixedAppsConfig };
@@ -5,7 +5,7 @@ declare const getPlatformConfig: () => unknown;
5
5
  declare const homeInfo: import('vue').Ref<any, any>;
6
6
  /** 获取首页配置 */
7
7
  declare const getHomeConfig: () => unknown;
8
- declare const personMenuStyle: import('vue').Ref<any, any>;
8
+ declare const personalMenuConfig: any;
9
9
  /** 获取菜单个性化配置 */
10
10
  declare const getPersonalMenuConfig: () => unknown;
11
- export { getLoginConfig, getPlatformConfig, homeInfo, getHomeConfig, getPersonalMenuConfig, personMenuStyle };
11
+ export { getLoginConfig, getPlatformConfig, homeInfo, getHomeConfig, getPersonalMenuConfig, personalMenuConfig };
Binary file