@pubinfo/module-rbac 2.0.0-beta.3
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/package.json +53 -0
- package/src/api/modules/assist/gonggaofuwu.ts +109 -0
- package/src/api/modules/assist/index.ts +5 -0
- package/src/api/modules/assist/qunzujiekou.ts +95 -0
- package/src/api/modules/assist/quyujiekou.ts +97 -0
- package/src/api/modules/assist/typings.d.ts +364 -0
- package/src/api/modules/configData/heibaimingdanfuwu.ts +95 -0
- package/src/api/modules/configData/index.ts +5 -0
- package/src/api/modules/configData/typings.d.ts +347 -0
- package/src/api/modules/configData/xitongpeizhifuwu.ts +322 -0
- package/src/api/modules/configData/zidianfuwu.ts +151 -0
- package/src/api/modules/log/caozuorizhifuwu.ts +37 -0
- package/src/api/modules/log/denglurizhifuwu.ts +37 -0
- package/src/api/modules/log/index.ts +4 -0
- package/src/api/modules/log/typings.d.ts +179 -0
- package/src/api/modules/rbac/gangweijiekou.ts +93 -0
- package/src/api/modules/rbac/index.ts +13 -0
- package/src/api/modules/rbac/jiaosejiekou.ts +124 -0
- package/src/api/modules/rbac/pubJiaosezukongzhiqi.ts +113 -0
- package/src/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +186 -0
- package/src/api/modules/rbac/typings.d.ts +2001 -0
- package/src/api/modules/rbac/yonghujiekou.ts +225 -0
- package/src/api/modules/rbac/yonghushoucangbiaojiekou.ts +93 -0
- package/src/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +72 -0
- package/src/api/modules/rbac/ziyuanjiekou.ts +223 -0
- package/src/api/modules/rbac/zuhuguanlijiekou.ts +91 -0
- package/src/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +76 -0
- package/src/api/modules/rbac/zuzhijiekou.ts +171 -0
- package/src/api/request.ts +3 -0
- package/src/assets/icons/403.svg +1 -0
- package/src/assets/icons/403_dark.svg +1 -0
- package/src/assets/icons/404.svg +1 -0
- package/src/assets/icons/404_dark.svg +1 -0
- package/src/assets/icons/add-child.svg +1 -0
- package/src/assets/icons/authority.svg +1 -0
- package/src/assets/icons/authorize.svg +1 -0
- package/src/assets/icons/blacklist-disable.svg +1 -0
- package/src/assets/icons/blacklist-enable.svg +1 -0
- package/src/assets/icons/browser-360.svg +1 -0
- package/src/assets/icons/browser-chrome.svg +1 -0
- package/src/assets/icons/browser-edge.svg +1 -0
- package/src/assets/icons/browser-ie.svg +1 -0
- package/src/assets/icons/browser-other.svg +1 -0
- package/src/assets/icons/browser-qq.svg +1 -0
- package/src/assets/icons/browser-safari.svg +1 -0
- package/src/assets/icons/browser-uc.svg +1 -0
- package/src/assets/icons/change-org.svg +1 -0
- package/src/assets/icons/edit.svg +1 -0
- package/src/assets/icons/empty-data.svg +1 -0
- package/src/assets/icons/favorites.svg +1 -0
- package/src/assets/icons/icard.svg +1 -0
- package/src/assets/icons/icon_animation.svg +1 -0
- package/src/assets/icons/icon_breadcrumb.svg +1 -0
- package/src/assets/icons/icon_copyright.svg +1 -0
- package/src/assets/icons/icon_jt.svg +1 -0
- package/src/assets/icons/icon_layout.svg +1 -0
- package/src/assets/icons/icon_mainpage.svg +1 -0
- package/src/assets/icons/icon_menu.svg +1 -0
- package/src/assets/icons/icon_page_size.svg +1 -0
- package/src/assets/icons/icon_position_type.svg +1 -0
- package/src/assets/icons/icon_safe_manage.svg +1 -0
- package/src/assets/icons/icon_screen_scale.svg +6 -0
- package/src/assets/icons/icon_system_manage.svg +1 -0
- package/src/assets/icons/icon_tabbar.svg +1 -0
- package/src/assets/icons/icon_toolbar.svg +1 -0
- package/src/assets/icons/icon_topbar.svg +1 -0
- package/src/assets/icons/icon_watermark.svg +1 -0
- package/src/assets/icons/image-load-fail.svg +1 -0
- package/src/assets/icons/log-center.svg +1 -0
- package/src/assets/icons/logo-sig.svg +1 -0
- package/src/assets/icons/logo.svg +1 -0
- package/src/assets/icons/mima.svg +1 -0
- package/src/assets/icons/not-data.svg +1 -0
- package/src/assets/icons/org-main.svg +1 -0
- package/src/assets/icons/org-unmain.svg +1 -0
- package/src/assets/icons/process-management.svg +1 -0
- package/src/assets/icons/project-management.svg +1 -0
- package/src/assets/icons/rbac.svg +1 -0
- package/src/assets/icons/remove.svg +1 -0
- package/src/assets/icons/resource-app.svg +1 -0
- package/src/assets/icons/resource-btn.svg +1 -0
- package/src/assets/icons/resource-index.svg +1 -0
- package/src/assets/icons/resource-menu.svg +1 -0
- package/src/assets/icons/resource-nonmenu.svg +1 -0
- package/src/assets/icons/setting-manage.svg +1 -0
- package/src/assets/icons/test.svg +1 -0
- package/src/assets/icons/theme-check-mark.svg +1 -0
- package/src/assets/icons/theme-title.svg +1 -0
- package/src/assets/icons/toolbar-collapse.svg +1 -0
- package/src/assets/icons/tree_icon.svg +1 -0
- package/src/assets/icons/tree_icon_checked.svg +1 -0
- package/src/assets/icons/view.svg +1 -0
- package/src/assets/icons/workbench.svg +1 -0
- package/src/assets/icons/zddata.svg +1 -0
- package/src/assets/icons/zy_checked.svg +1 -0
- package/src/assets/icons/zy_default.svg +1 -0
- package/src/assets/images/layout/item1.webp +0 -0
- package/src/assets/images/layout/item1_dark.webp +0 -0
- package/src/assets/images/layout/item2.webp +0 -0
- package/src/assets/images/layout/item2_dark.webp +0 -0
- package/src/assets/images/layout/item3.webp +0 -0
- package/src/assets/images/layout/item3_dark.webp +0 -0
- package/src/assets/images/layout/item4.webp +0 -0
- package/src/assets/images/layout/item4_dark.webp +0 -0
- package/src/assets/images/layout/item5.webp +0 -0
- package/src/assets/images/layout/item5_dark.webp +0 -0
- package/src/assets/images/page-width/anto_min_w_dark.webp +0 -0
- package/src/assets/images/page-width/auto.webp +0 -0
- package/src/assets/images/page-width/auto_dark.webp +0 -0
- package/src/assets/images/page-width/auto_min_w.webp +0 -0
- package/src/assets/images/page-width/auto_min_w_dark.webp +0 -0
- package/src/assets/images/page-width/icon_auto.webp +0 -0
- package/src/assets/images/page-width/icon_auto_dark.webp +0 -0
- package/src/assets/images/page-width/icon_auto_min_w.webp +0 -0
- package/src/assets/images/page-width/icon_auto_min_w_dark.webp +0 -0
- package/src/assets/images/page-width/icon_middle.webp +0 -0
- package/src/assets/images/page-width/icon_middle_dark.webp +0 -0
- package/src/assets/images/page-width/icon_middle_max_w.webp +0 -0
- package/src/assets/images/page-width/icon_middle_max_w_dark.webp +0 -0
- package/src/assets/images/page-width/middle.webp +0 -0
- package/src/assets/images/page-width/middle_dark.webp +0 -0
- package/src/assets/images/page-width/middle_max_w.webp +0 -0
- package/src/assets/images/page-width/middle_max_w_dark.webp +0 -0
- package/src/assets/lottie/breadcrumb/dark/enable.json +1 -0
- package/src/assets/lottie/breadcrumb/dark/enableMainMenu.json +1 -0
- package/src/assets/lottie/breadcrumb/dark/style.json +1 -0
- package/src/assets/lottie/breadcrumb/light/enable.json +1 -0
- package/src/assets/lottie/breadcrumb/light/enableMainMenu.json +1 -0
- package/src/assets/lottie/breadcrumb/light/style.json +1 -0
- package/src/assets/lottie/layout/data-test.json +1 -0
- package/src/assets/lottie/layout/data.json +1 -0
- package/src/assets/lottie/menu/dark/enableHotkeys.json +1 -0
- package/src/assets/lottie/menu/dark/enableSubMenuCollapseButton.json +1 -0
- package/src/assets/lottie/menu/dark/isRounded.json +1 -0
- package/src/assets/lottie/menu/dark/menuActiveStyle.json +1 -0
- package/src/assets/lottie/menu/dark/subMenuCollapse.json +1 -0
- package/src/assets/lottie/menu/dark/subMenuUniqueOpened.json +1 -0
- package/src/assets/lottie/menu/light/enableHotkeys.json +1 -0
- package/src/assets/lottie/menu/light/enableSubMenuCollapseButton.json +1 -0
- package/src/assets/lottie/menu/light/isRounded.json +1 -0
- package/src/assets/lottie/menu/light/menuActiveStyle.json +1 -0
- package/src/assets/lottie/menu/light/subMenuCollapse.json +1 -0
- package/src/assets/lottie/menu/light/subMenuUniqueOpened.json +1 -0
- package/src/assets/lottie/other/dark/enableCopyright.json +1 -0
- package/src/assets/lottie/other/dark/enableHotkeys.json +1 -0
- package/src/assets/lottie/other/dark/switchTabbarAndToolbar.json +1 -0
- package/src/assets/lottie/other/light/enableCopyright.json +1 -0
- package/src/assets/lottie/other/light/enableHotkeys.json +1 -0
- package/src/assets/lottie/other/light/switchTabbarAndToolbar.json +1 -0
- package/src/assets/lottie/page_animation/dark/fadeinout.json +1 -0
- package/src/assets/lottie/page_animation/dark/fadeinout_old.json +1 -0
- package/src/assets/lottie/page_animation/dark/tobottom.json +1 -0
- package/src/assets/lottie/page_animation/dark/tobottom_old.json +1 -0
- package/src/assets/lottie/page_animation/dark/toleft.json +1 -0
- package/src/assets/lottie/page_animation/dark/toleft_old.json +1 -0
- package/src/assets/lottie/page_animation/dark/toright.json +1 -0
- package/src/assets/lottie/page_animation/dark/toright_old.json +1 -0
- package/src/assets/lottie/page_animation/dark/totop.json +1 -0
- package/src/assets/lottie/page_animation/dark/totop_old.json +1 -0
- package/src/assets/lottie/page_animation/light/fadeinout.json +1 -0
- package/src/assets/lottie/page_animation/light/tobottom.json +1 -0
- package/src/assets/lottie/page_animation/light/toleft.json +1 -0
- package/src/assets/lottie/page_animation/light/toright.json +1 -0
- package/src/assets/lottie/page_animation/light/totop.json +1 -0
- package/src/assets/lottie/tabbar/dark/enable.json +1 -0
- package/src/assets/lottie/tabbar/dark/enableHotkeys.json +1 -0
- package/src/assets/lottie/tabbar/dark/enableIcon.json +1 -0
- package/src/assets/lottie/tabbar/dark/enableMemory.json +1 -0
- package/src/assets/lottie/tabbar/dark/style.json +1 -0
- package/src/assets/lottie/tabbar/light/enable.json +1 -0
- package/src/assets/lottie/tabbar/light/enableHotkeys.json +1 -0
- package/src/assets/lottie/tabbar/light/enableIcon.json +1 -0
- package/src/assets/lottie/tabbar/light/enableMemory.json +1 -0
- package/src/assets/lottie/tabbar/light/style.json +1 -0
- package/src/assets/lottie/toolbar/dark/enableColorScheme.json +1 -0
- package/src/assets/lottie/toolbar/dark/enableFullscreen.json +1 -0
- package/src/assets/lottie/toolbar/dark/enableI18n.json +1 -0
- package/src/assets/lottie/toolbar/dark/enableNotification.json +1 -0
- package/src/assets/lottie/toolbar/dark/enablePageReload.json +1 -0
- package/src/assets/lottie/toolbar/dark/enableUserPreferences.json +1 -0
- package/src/assets/lottie/toolbar/dark/navSearchEnable.json +1 -0
- package/src/assets/lottie/toolbar/dark/navSearchEnableHotkeys.json +1 -0
- package/src/assets/lottie/toolbar/light/enableColorScheme.json +1 -0
- package/src/assets/lottie/toolbar/light/enableFullscreen.json +1 -0
- package/src/assets/lottie/toolbar/light/enableI18n.json +1 -0
- package/src/assets/lottie/toolbar/light/enableNotification.json +1 -0
- package/src/assets/lottie/toolbar/light/enablePageReload.json +1 -0
- package/src/assets/lottie/toolbar/light/enableUserPreferences.json +1 -0
- package/src/assets/lottie/toolbar/light/navSearchEnable.json +1 -0
- package/src/assets/lottie/toolbar/light/navSearchEnableHotkeys.json +1 -0
- package/src/assets/lottie/watermark/dark/enableWatermark.json +1 -0
- package/src/assets/lottie/watermark/light/enableWatermark.json +1 -0
- package/src/assets/styles/vxe-table.css +13 -0
- package/src/components/GroupSelector/index.vue +311 -0
- package/src/components/OrgTree/index.vue +91 -0
- package/src/components/OrgUserSelector/OrgSelector.vue +135 -0
- package/src/components/OrgUserSelector/UserSelector.vue +164 -0
- package/src/components/OrgUserSelector/index.ts +47 -0
- package/src/components/OrgUserSelector/provider.ts +373 -0
- package/src/components/ResourceSelector/enum.ts +5 -0
- package/src/components/ResourceSelector/hooks/useAppAndResource.ts +96 -0
- package/src/components/ResourceSelector/index.vue +432 -0
- package/src/composables/useLottie.ts +65 -0
- package/src/index.ts +31 -0
- package/src/interface.ts +54 -0
- package/src/routes/index.ts +156 -0
- package/src/routes/modules/authority.manage.menu.ts +105 -0
- package/src/routes/modules/log.manage.menu.ts +45 -0
- package/src/routes/modules/safe.manage.menu.ts +71 -0
- package/src/routes/modules/stylesetting.manage.menu.ts +130 -0
- package/src/routes/modules/system.manage.menu.ts +92 -0
- package/src/stores/index.ts +1 -0
- package/src/views/blackWhiteList/components/drawerBlackWhiteList.vue +132 -0
- package/src/views/blackWhiteList/enum.ts +7 -0
- package/src/views/blackWhiteList/index.vue +309 -0
- package/src/views/blackWhiteList/types.ts +4 -0
- package/src/views/breadcrumb_setting/animationData.ts +15 -0
- package/src/views/breadcrumb_setting/index.vue +147 -0
- package/src/views/components/HCheckList.vue +47 -0
- package/src/views/components/animation_item.vue +37 -0
- package/src/views/components/setItem.vue +126 -0
- package/src/views/data-permission/components/createAndEditDataPermission.vue +354 -0
- package/src/views/data-permission/enum.ts +59 -0
- package/src/views/data-permission/index.vue +190 -0
- package/src/views/dictionary/components/drawerDictionary.vue +108 -0
- package/src/views/dictionary/components/drawerDictionaryItem.vue +115 -0
- package/src/views/dictionary/enum.ts +8 -0
- package/src/views/dictionary/index.vue +194 -0
- package/src/views/dictionary/itemlist.vue +164 -0
- package/src/views/group/components/drawerGroup.vue +177 -0
- package/src/views/group/enum.ts +25 -0
- package/src/views/group/index.vue +207 -0
- package/src/views/layout_setting/index.vue +306 -0
- package/src/views/log_center/components/browserType.vue +35 -0
- package/src/views/log_center/components/loginHistoryDetail.vue +71 -0
- package/src/views/log_center/components/operateHistoryDetail.vue +80 -0
- package/src/views/log_center/login_history.vue +239 -0
- package/src/views/log_center/operate_history.vue +233 -0
- package/src/views/menu_setting/animationData.ts +27 -0
- package/src/views/menu_setting/index.vue +207 -0
- package/src/views/organization/components/drawerOrganization.vue +161 -0
- package/src/views/organization/components/drawerRole.vue +159 -0
- package/src/views/organization/components/roleSelect.vue +258 -0
- package/src/views/organization/enum.ts +26 -0
- package/src/views/organization/index.vue +516 -0
- package/src/views/other_setting/animationData.ts +15 -0
- package/src/views/other_setting/index.vue +250 -0
- package/src/views/other_setting/interface.ts +26 -0
- package/src/views/page_animation_setting/animationData.ts +23 -0
- package/src/views/page_animation_setting/index.vue +200 -0
- package/src/views/page_w_setting/index.vue +238 -0
- package/src/views/position/components/drawerPosition.vue +131 -0
- package/src/views/position/enum.ts +8 -0
- package/src/views/position/index.vue +167 -0
- package/src/views/region/components/drawerRegion.vue +143 -0
- package/src/views/region/enum.ts +24 -0
- package/src/views/region/index.vue +246 -0
- package/src/views/resource/components/ResourceEdit.vue +209 -0
- package/src/views/resource/components/RoleRelation.vue +100 -0
- package/src/views/resource/enum.ts +35 -0
- package/src/views/resource/index.vue +237 -0
- package/src/views/resource/interface.ts +6 -0
- package/src/views/role/components/ResourceRelation.vue +113 -0
- package/src/views/role/components/drawerRole.vue +191 -0
- package/src/views/role/enum.ts +26 -0
- package/src/views/role/index.vue +183 -0
- package/src/views/role/interface.ts +6 -0
- package/src/views/role_group/components/ResourceRelation.vue +91 -0
- package/src/views/role_group/components/drawerRole.vue +153 -0
- package/src/views/role_group/components/roleSelect.vue +224 -0
- package/src/views/role_group/enum.ts +22 -0
- package/src/views/role_group/index.vue +170 -0
- package/src/views/role_group/interface.ts +6 -0
- package/src/views/safe_setting/index.vue +237 -0
- package/src/views/tabbar_setting/animationData.ts +23 -0
- package/src/views/tabbar_setting/index.vue +186 -0
- package/src/views/tenant/components/TenantEdit.vue +226 -0
- package/src/views/tenant/index.vue +192 -0
- package/src/views/tenant/interface.ts +4 -0
- package/src/views/theme_setting/index.vue +465 -0
- package/src/views/toolbar_setting/animationData.ts +42 -0
- package/src/views/toolbar_setting/index.vue +189 -0
- package/src/views/user/components/OrgAndPosition.vue +156 -0
- package/src/views/user/components/UserAuthorization.vue +260 -0
- package/src/views/user/components/UserEdit.vue +267 -0
- package/src/views/user/components/roleSelect.vue +258 -0
- package/src/views/user/enum.ts +13 -0
- package/src/views/user/index.vue +266 -0
- package/src/views/user/interface.ts +43 -0
- package/src/views/watermark_setting/animationData.ts +7 -0
- package/src/views/watermark_setting/index.vue +236 -0
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
declare namespace API {
|
|
4
|
+
interface AddOrEditStyleConfigDto {
|
|
5
|
+
/** 样式内容 */
|
|
6
|
+
content: string;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
interface AddOrUpdateConfigurationItemDTO {
|
|
10
|
+
/** 配置项内容json */
|
|
11
|
+
content: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
interface BlackWhiteListAddDto {
|
|
15
|
+
/** ip地址 */
|
|
16
|
+
ip: string;
|
|
17
|
+
/** 描述 */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** true未启用 false启用 */
|
|
20
|
+
enable: boolean;
|
|
21
|
+
/** 0:黑名单 1白名单 */
|
|
22
|
+
type: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
interface BlackWhiteListQueryDto {
|
|
26
|
+
currentPage?: number;
|
|
27
|
+
pageSize?: number;
|
|
28
|
+
doSearchTotal?: boolean;
|
|
29
|
+
/** ip地址 */
|
|
30
|
+
ip?: string;
|
|
31
|
+
/** 类型 */
|
|
32
|
+
type?: string;
|
|
33
|
+
/** 启用或停用 */
|
|
34
|
+
enable?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
interface BlackWhiteListUpdateDto {
|
|
38
|
+
/** ip地址 */
|
|
39
|
+
ip: string;
|
|
40
|
+
/** 描述 */
|
|
41
|
+
description?: string;
|
|
42
|
+
/** true未启用 false启用 */
|
|
43
|
+
enable: boolean;
|
|
44
|
+
/** 0:黑名单 1白名单 */
|
|
45
|
+
type: string;
|
|
46
|
+
/** id */
|
|
47
|
+
id: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
interface deleteDictItemDeleteByIdParams {
|
|
51
|
+
/** 字典项id */
|
|
52
|
+
id: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
interface deleteDictTypeDeleteByIdParams {
|
|
56
|
+
/** 字典类型id */
|
|
57
|
+
id: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
interface DictItemBatchVo {
|
|
61
|
+
/** 字典类型 */
|
|
62
|
+
dictCode?: string;
|
|
63
|
+
/** 批量字典项 */
|
|
64
|
+
dictItemList?: DictItemVo[];
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
interface DictItemQueryDto {
|
|
68
|
+
currentPage?: number;
|
|
69
|
+
pageSize?: number;
|
|
70
|
+
doSearchTotal?: boolean;
|
|
71
|
+
/** 字典类型编码 */
|
|
72
|
+
code: string;
|
|
73
|
+
/** 字典项名称 */
|
|
74
|
+
dictLabel?: string;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
interface DictItemSaveDto {
|
|
78
|
+
/** 主键 */
|
|
79
|
+
id?: string;
|
|
80
|
+
/** 字典类型编码 */
|
|
81
|
+
code: string;
|
|
82
|
+
/** 字典项值 */
|
|
83
|
+
dictLabel: string;
|
|
84
|
+
/** 字典项值 */
|
|
85
|
+
dictValue: string;
|
|
86
|
+
/** 描述 */
|
|
87
|
+
description?: string;
|
|
88
|
+
/** 排序 */
|
|
89
|
+
sort?: number;
|
|
90
|
+
/** 是否启用,0:否,1:是 */
|
|
91
|
+
enable?: boolean;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
interface DictItemVo {
|
|
95
|
+
/** 主键 */
|
|
96
|
+
id?: string;
|
|
97
|
+
/** 字典类型编码 */
|
|
98
|
+
code?: string;
|
|
99
|
+
/** 字典项标签名 */
|
|
100
|
+
dictLabel?: string;
|
|
101
|
+
/** 字典项值 */
|
|
102
|
+
dictValue?: string;
|
|
103
|
+
/** 描述 */
|
|
104
|
+
description?: string;
|
|
105
|
+
/** 排序 */
|
|
106
|
+
sort?: number;
|
|
107
|
+
/** 是否启用,0:否,1:是 */
|
|
108
|
+
enable?: boolean;
|
|
109
|
+
/** 创建时间 */
|
|
110
|
+
createTime?: string;
|
|
111
|
+
/** 更新时间 */
|
|
112
|
+
updateTime?: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
interface DictTypeQueryDto {
|
|
116
|
+
currentPage?: number;
|
|
117
|
+
pageSize?: number;
|
|
118
|
+
doSearchTotal?: boolean;
|
|
119
|
+
/** 名称或编码 */
|
|
120
|
+
name?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
interface DictTypeSaveDto {
|
|
124
|
+
/** 主键,新增时不填 */
|
|
125
|
+
id?: string;
|
|
126
|
+
/** 名称 */
|
|
127
|
+
name: string;
|
|
128
|
+
/** 字典类型编码 */
|
|
129
|
+
code: string;
|
|
130
|
+
/** 描述 */
|
|
131
|
+
description?: string;
|
|
132
|
+
/** 排序 */
|
|
133
|
+
sort?: number;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
interface DictTypeVo {
|
|
137
|
+
/** 主键,新增时不填 */
|
|
138
|
+
id?: string;
|
|
139
|
+
/** 名称 */
|
|
140
|
+
name?: string;
|
|
141
|
+
/** 字典类型编码 */
|
|
142
|
+
code?: string;
|
|
143
|
+
/** 描述 */
|
|
144
|
+
description?: string;
|
|
145
|
+
/** 排序 */
|
|
146
|
+
sort?: number;
|
|
147
|
+
/** 创建时间 */
|
|
148
|
+
createTime?: string;
|
|
149
|
+
/** 更新时间 */
|
|
150
|
+
updateTime?: string;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
interface EditSysSecurityConfigDto {
|
|
154
|
+
/** 配置内容 */
|
|
155
|
+
content: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
interface getBlackWhiteListDeleteByIdParams {
|
|
159
|
+
/** 黑白名单id */
|
|
160
|
+
id: string;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
interface getBlackWhiteListGetBlackWhiteListByIdParams {
|
|
164
|
+
/** 黑白名单id */
|
|
165
|
+
id: string;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
interface getDictItemListBatchParams {
|
|
169
|
+
/** 字典类型编码,用逗号分隔 */
|
|
170
|
+
dictCode: string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
interface getDictItemListParams {
|
|
174
|
+
/** 字典类型编码 */
|
|
175
|
+
dictCode: string;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
interface getSysconfigDownLoadImageStreamByCodeParams {
|
|
179
|
+
code: string;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
interface IPagePubBlackWhiteList {
|
|
183
|
+
total?: number;
|
|
184
|
+
current?: number;
|
|
185
|
+
records?: PubBlackWhiteList[];
|
|
186
|
+
pages?: number;
|
|
187
|
+
size?: number;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
interface PageDataDictItemVo {
|
|
191
|
+
currentPage?: number;
|
|
192
|
+
pageSize?: number;
|
|
193
|
+
doSearchTotal?: boolean;
|
|
194
|
+
records?: DictItemVo[];
|
|
195
|
+
total?: number;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
interface PageDataDictTypeVo {
|
|
199
|
+
currentPage?: number;
|
|
200
|
+
pageSize?: number;
|
|
201
|
+
doSearchTotal?: boolean;
|
|
202
|
+
records?: DictTypeVo[];
|
|
203
|
+
total?: number;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
interface postSysconfigAddOrUpdateBackgroundImageParams {
|
|
207
|
+
/** 图片色调,1:亮色,2:暗色 */
|
|
208
|
+
imageType: string;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
interface postSysconfigAddOrUpdateBackgroundSmallImageParams {
|
|
212
|
+
/** 图片色调,1:亮色,2:暗色 */
|
|
213
|
+
imageType: string;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
interface PubBlackWhiteList {
|
|
217
|
+
/** id */
|
|
218
|
+
id?: string;
|
|
219
|
+
/** ip地址 */
|
|
220
|
+
ip?: string;
|
|
221
|
+
/** 描述 */
|
|
222
|
+
description?: string;
|
|
223
|
+
/** 0:黑名单 1:白名单 */
|
|
224
|
+
type?: string;
|
|
225
|
+
/** 排序 */
|
|
226
|
+
sort?: number;
|
|
227
|
+
/** false:未启用 true启用 */
|
|
228
|
+
enable?: boolean;
|
|
229
|
+
/** 删除标识, false:未删除, true删除 */
|
|
230
|
+
deleted?: boolean;
|
|
231
|
+
/** 更新用户id */
|
|
232
|
+
updatedBy?: string;
|
|
233
|
+
/** 更新时间 */
|
|
234
|
+
updateTime?: string;
|
|
235
|
+
/** 创建用户id */
|
|
236
|
+
createdBy?: string;
|
|
237
|
+
/** 创建时间 */
|
|
238
|
+
createTime?: string;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
interface PubSysConfig {
|
|
242
|
+
/** id */
|
|
243
|
+
id?: string;
|
|
244
|
+
/** 配置名称 */
|
|
245
|
+
name?: string;
|
|
246
|
+
/** 配置编码 */
|
|
247
|
+
code?: string;
|
|
248
|
+
/** 配置内容 */
|
|
249
|
+
content?: string;
|
|
250
|
+
/** 0-系统内置,1-用户定义 */
|
|
251
|
+
type?: string;
|
|
252
|
+
/** 排序 */
|
|
253
|
+
sort?: number;
|
|
254
|
+
/** 备注 */
|
|
255
|
+
remark?: string;
|
|
256
|
+
/** 删除标识, false-未删除, true-删除 */
|
|
257
|
+
deleted?: boolean;
|
|
258
|
+
/** 创建用户id */
|
|
259
|
+
createdBy?: string;
|
|
260
|
+
/** 创建时间 */
|
|
261
|
+
createTime?: string;
|
|
262
|
+
/** 更新用户id */
|
|
263
|
+
updatedBy?: string;
|
|
264
|
+
/** 更新时间 */
|
|
265
|
+
updateTime?: string;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
interface ResponseDataBoolean {
|
|
269
|
+
code?: number;
|
|
270
|
+
msg?: string;
|
|
271
|
+
hint?: string;
|
|
272
|
+
data?: boolean;
|
|
273
|
+
success?: boolean;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
interface ResponseDataIPagePubBlackWhiteList {
|
|
277
|
+
code?: number;
|
|
278
|
+
msg?: string;
|
|
279
|
+
hint?: string;
|
|
280
|
+
data?: IPagePubBlackWhiteList;
|
|
281
|
+
success?: boolean;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
interface ResponseDataListDictItemBatchVo {
|
|
285
|
+
code?: number;
|
|
286
|
+
msg?: string;
|
|
287
|
+
hint?: string;
|
|
288
|
+
data?: DictItemBatchVo[];
|
|
289
|
+
success?: boolean;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
interface ResponseDataListDictItemVo {
|
|
293
|
+
code?: number;
|
|
294
|
+
msg?: string;
|
|
295
|
+
hint?: string;
|
|
296
|
+
data?: DictItemVo[];
|
|
297
|
+
success?: boolean;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
interface ResponseDataPageDataDictItemVo {
|
|
301
|
+
code?: number;
|
|
302
|
+
msg?: string;
|
|
303
|
+
hint?: string;
|
|
304
|
+
data?: PageDataDictItemVo;
|
|
305
|
+
success?: boolean;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
interface ResponseDataPageDataDictTypeVo {
|
|
309
|
+
code?: number;
|
|
310
|
+
msg?: string;
|
|
311
|
+
hint?: string;
|
|
312
|
+
data?: PageDataDictTypeVo;
|
|
313
|
+
success?: boolean;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
interface ResponseDataPubBlackWhiteList {
|
|
317
|
+
code?: number;
|
|
318
|
+
msg?: string;
|
|
319
|
+
hint?: string;
|
|
320
|
+
data?: PubBlackWhiteList;
|
|
321
|
+
success?: boolean;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
interface ResponseDataPubSysConfig {
|
|
325
|
+
code?: number;
|
|
326
|
+
msg?: string;
|
|
327
|
+
hint?: string;
|
|
328
|
+
data?: PubSysConfig;
|
|
329
|
+
success?: boolean;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
interface ResponseDataString {
|
|
333
|
+
code?: number;
|
|
334
|
+
msg?: string;
|
|
335
|
+
hint?: string;
|
|
336
|
+
data?: string;
|
|
337
|
+
success?: boolean;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
interface ResponseDataVoid {
|
|
341
|
+
code?: number;
|
|
342
|
+
msg?: string;
|
|
343
|
+
hint?: string;
|
|
344
|
+
data?: Record<string, any>;
|
|
345
|
+
success?: boolean;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import { basic as request } from '@/api/request';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @description 新增用户样式配置
|
|
5
|
+
* @url /sysconfig/addOrEditUserThemeStyleConfig
|
|
6
|
+
* @method POST
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
|
+
*/
|
|
9
|
+
export function postSysconfigAddOrEditUserThemeStyleConfig<
|
|
10
|
+
R = API.ResponseDataBoolean,
|
|
11
|
+
T = API.ResponseDataBoolean,
|
|
12
|
+
>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
13
|
+
return request.Post<R, T>('/sysconfig/addOrEditUserThemeStyleConfig', body, {
|
|
14
|
+
headers: {
|
|
15
|
+
'Content-Type': 'application/json',
|
|
16
|
+
},
|
|
17
|
+
...(options || {}),
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @description 新增系统样式配置
|
|
23
|
+
* @url /sysconfig/addOrEidtSysThemeStyleConfig
|
|
24
|
+
* @method POST
|
|
25
|
+
* @author @pubinfo/openapi
|
|
26
|
+
*/
|
|
27
|
+
export function postSysconfigAddOrEidtSysThemeStyleConfig<
|
|
28
|
+
R = API.ResponseDataBoolean,
|
|
29
|
+
T = API.ResponseDataBoolean,
|
|
30
|
+
>(body: API.AddOrEditStyleConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
31
|
+
return request.Post<R, T>('/sysconfig/addOrEidtSysThemeStyleConfig', body, {
|
|
32
|
+
headers: {
|
|
33
|
+
'Content-Type': 'application/json',
|
|
34
|
+
},
|
|
35
|
+
...(options || {}),
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @description 新增或修改背景图片-大图
|
|
41
|
+
* @url /sysconfig/addOrUpdateBackgroundImage
|
|
42
|
+
* @method POST
|
|
43
|
+
* @author @pubinfo/openapi
|
|
44
|
+
*/
|
|
45
|
+
export function postSysconfigAddOrUpdateBackgroundImage<
|
|
46
|
+
R = API.ResponseDataString,
|
|
47
|
+
T = API.ResponseDataString,
|
|
48
|
+
>(
|
|
49
|
+
params: API.postSysconfigAddOrUpdateBackgroundImageParams,
|
|
50
|
+
body: Record<string, unknown>,
|
|
51
|
+
file?: File,
|
|
52
|
+
options?: Parameters<typeof request.Post<R, T>>[2],
|
|
53
|
+
) {
|
|
54
|
+
const formData = new FormData();
|
|
55
|
+
|
|
56
|
+
if (file) {
|
|
57
|
+
formData.append('file', file);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
Object.keys(body).forEach((ele) => {
|
|
61
|
+
const item = (body as any)[ele];
|
|
62
|
+
|
|
63
|
+
if (item !== undefined && item !== null) {
|
|
64
|
+
if (typeof item === 'object' && !(item instanceof File)) {
|
|
65
|
+
if (Array.isArray(item)) {
|
|
66
|
+
item.forEach(f => formData.append(ele, f || ''));
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
formData.append(ele, JSON.stringify(item));
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
formData.append(ele, item);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
return request.Post<R, T>('/sysconfig/addOrUpdateBackgroundImage', formData, {
|
|
79
|
+
params: {
|
|
80
|
+
...params,
|
|
81
|
+
},
|
|
82
|
+
...(options || {}),
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @description 新增或修改背景图片-小图
|
|
88
|
+
* @url /sysconfig/addOrUpdateBackgroundSmallImage
|
|
89
|
+
* @method POST
|
|
90
|
+
* @author @pubinfo/openapi
|
|
91
|
+
*/
|
|
92
|
+
export function postSysconfigAddOrUpdateBackgroundSmallImage<
|
|
93
|
+
R = API.ResponseDataString,
|
|
94
|
+
T = API.ResponseDataString,
|
|
95
|
+
>(
|
|
96
|
+
params: API.postSysconfigAddOrUpdateBackgroundSmallImageParams,
|
|
97
|
+
body: Record<string, unknown>,
|
|
98
|
+
file?: File,
|
|
99
|
+
options?: Parameters<typeof request.Post<R, T>>[2],
|
|
100
|
+
) {
|
|
101
|
+
const formData = new FormData();
|
|
102
|
+
|
|
103
|
+
if (file) {
|
|
104
|
+
formData.append('file', file);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
Object.keys(body).forEach((ele) => {
|
|
108
|
+
const item = (body as any)[ele];
|
|
109
|
+
|
|
110
|
+
if (item !== undefined && item !== null) {
|
|
111
|
+
if (typeof item === 'object' && !(item instanceof File)) {
|
|
112
|
+
if (Array.isArray(item)) {
|
|
113
|
+
item.forEach(f => formData.append(ele, f || ''));
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
formData.append(ele, JSON.stringify(item));
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
formData.append(ele, item);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
|
|
125
|
+
return request.Post<R, T>('/sysconfig/addOrUpdateBackgroundSmallImage', formData, {
|
|
126
|
+
params: {
|
|
127
|
+
...params,
|
|
128
|
+
},
|
|
129
|
+
...(options || {}),
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @description 新增或修改log图片
|
|
135
|
+
* @url /sysconfig/addOrUpdateLogImage
|
|
136
|
+
* @method POST
|
|
137
|
+
* @author @pubinfo/openapi
|
|
138
|
+
*/
|
|
139
|
+
export function postSysconfigAddOrUpdateLogImage<
|
|
140
|
+
R = API.ResponseDataString,
|
|
141
|
+
T = API.ResponseDataString,
|
|
142
|
+
>(body: Record<string, unknown>, file?: File, options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
143
|
+
const formData = new FormData();
|
|
144
|
+
|
|
145
|
+
if (file) {
|
|
146
|
+
formData.append('file', file);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
Object.keys(body).forEach((ele) => {
|
|
150
|
+
const item = (body as any)[ele];
|
|
151
|
+
|
|
152
|
+
if (item !== undefined && item !== null) {
|
|
153
|
+
if (typeof item === 'object' && !(item instanceof File)) {
|
|
154
|
+
if (Array.isArray(item)) {
|
|
155
|
+
item.forEach(f => formData.append(ele, f || ''));
|
|
156
|
+
}
|
|
157
|
+
else {
|
|
158
|
+
formData.append(ele, JSON.stringify(item));
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
formData.append(ele, item);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
return request.Post<R, T>('/sysconfig/addOrUpdateLogImage', formData, {
|
|
168
|
+
...(options || {}),
|
|
169
|
+
});
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @description 新增或修改登录页配置项
|
|
174
|
+
* @url /sysconfig/addOrUpdateLoginConfigurationItem
|
|
175
|
+
* @method POST
|
|
176
|
+
* @author @pubinfo/openapi
|
|
177
|
+
*/
|
|
178
|
+
export function postSysconfigAddOrUpdateLoginConfigurationItem<
|
|
179
|
+
R = API.ResponseDataPubSysConfig,
|
|
180
|
+
T = API.ResponseDataPubSysConfig,
|
|
181
|
+
>(body: API.AddOrUpdateConfigurationItemDTO, options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
182
|
+
return request.Post<R, T>('/sysconfig/addOrUpdateLoginConfigurationItem', body, {
|
|
183
|
+
headers: {
|
|
184
|
+
'Content-Type': 'application/json',
|
|
185
|
+
},
|
|
186
|
+
...(options || {}),
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @description 通过code下载文件(返回流)
|
|
192
|
+
* @url /sysconfig/downLoadImageStreamByCode
|
|
193
|
+
* @method GET
|
|
194
|
+
* @author @pubinfo/openapi
|
|
195
|
+
*/
|
|
196
|
+
export function getSysconfigDownLoadImageStreamByCode<R = any, T = any>(
|
|
197
|
+
params: API.getSysconfigDownLoadImageStreamByCodeParams,
|
|
198
|
+
options?: Parameters<typeof request.Get<R, T>>[1],
|
|
199
|
+
) {
|
|
200
|
+
return request.Get<R, T>('/sysconfig/downLoadImageStreamByCode', {
|
|
201
|
+
params: {
|
|
202
|
+
...params,
|
|
203
|
+
},
|
|
204
|
+
...(options || {}),
|
|
205
|
+
});
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @description 编辑系统安全配置
|
|
210
|
+
* @url /sysconfig/editSysSecurityConfig
|
|
211
|
+
* @method POST
|
|
212
|
+
* @author @pubinfo/openapi
|
|
213
|
+
*/
|
|
214
|
+
export function postSysconfigEditSysSecurityConfig<
|
|
215
|
+
R = API.ResponseDataBoolean,
|
|
216
|
+
T = API.ResponseDataBoolean,
|
|
217
|
+
>(body: API.EditSysSecurityConfigDto, options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
218
|
+
return request.Post<R, T>('/sysconfig/editSysSecurityConfig', body, {
|
|
219
|
+
headers: {
|
|
220
|
+
'Content-Type': 'application/json',
|
|
221
|
+
},
|
|
222
|
+
...(options || {}),
|
|
223
|
+
});
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* @description 获取登录页配置项
|
|
228
|
+
* @url /sysconfig/getLoginConfigurationItem
|
|
229
|
+
* @method POST
|
|
230
|
+
* @author @pubinfo/openapi
|
|
231
|
+
*/
|
|
232
|
+
export function postSysconfigGetLoginConfigurationItem<
|
|
233
|
+
R = API.ResponseDataPubSysConfig,
|
|
234
|
+
T = API.ResponseDataPubSysConfig,
|
|
235
|
+
>(options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
236
|
+
return request.Post<R, T>(
|
|
237
|
+
'/sysconfig/getLoginConfigurationItem',
|
|
238
|
+
{},
|
|
239
|
+
{
|
|
240
|
+
...(options || {}),
|
|
241
|
+
},
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* @description 获取系统安全配置
|
|
247
|
+
* @url /sysconfig/getSysSecurityConfig
|
|
248
|
+
* @method GET
|
|
249
|
+
* @author @pubinfo/openapi
|
|
250
|
+
*/
|
|
251
|
+
export function getSysconfigGetSysSecurityConfig<
|
|
252
|
+
R = API.ResponseDataPubSysConfig,
|
|
253
|
+
T = API.ResponseDataPubSysConfig,
|
|
254
|
+
>(options?: Parameters<typeof request.Get<R, T>>[1]) {
|
|
255
|
+
return request.Get<R, T>('/sysconfig/getSysSecurityConfig', {
|
|
256
|
+
...(options || {}),
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* @description 获取系统样式配置
|
|
262
|
+
* @url /sysconfig/getSysThemeStyleConfig
|
|
263
|
+
* @method GET
|
|
264
|
+
* @author @pubinfo/openapi
|
|
265
|
+
*/
|
|
266
|
+
export function getSysconfigGetSysThemeStyleConfig<
|
|
267
|
+
R = API.ResponseDataPubSysConfig,
|
|
268
|
+
T = API.ResponseDataPubSysConfig,
|
|
269
|
+
>(options?: Parameters<typeof request.Get<R, T>>[1]) {
|
|
270
|
+
return request.Get<R, T>('/sysconfig/getSysThemeStyleConfig', {
|
|
271
|
+
...(options || {}),
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @description 获取样式配置
|
|
277
|
+
* @url /sysconfig/getThemeStyleConfig
|
|
278
|
+
* @method GET
|
|
279
|
+
* @author @pubinfo/openapi
|
|
280
|
+
*/
|
|
281
|
+
export function getSysconfigGetThemeStyleConfig<
|
|
282
|
+
R = API.ResponseDataPubSysConfig,
|
|
283
|
+
T = API.ResponseDataPubSysConfig,
|
|
284
|
+
>(options?: Parameters<typeof request.Get<R, T>>[1]) {
|
|
285
|
+
return request.Get<R, T>('/sysconfig/getThemeStyleConfig', {
|
|
286
|
+
...(options || {}),
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* @description 获取用户样式配置
|
|
292
|
+
* @url /sysconfig/getUserThemeStyleConfig
|
|
293
|
+
* @method GET
|
|
294
|
+
* @author @pubinfo/openapi
|
|
295
|
+
*/
|
|
296
|
+
export function getSysconfigGetUserThemeStyleConfig<
|
|
297
|
+
R = API.ResponseDataPubSysConfig,
|
|
298
|
+
T = API.ResponseDataPubSysConfig,
|
|
299
|
+
>(options?: Parameters<typeof request.Get<R, T>>[1]) {
|
|
300
|
+
return request.Get<R, T>('/sysconfig/getUserThemeStyleConfig', {
|
|
301
|
+
...(options || {}),
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @description 重置用户样式配置
|
|
307
|
+
* @url /sysconfig/resetUserThemeStyleConfig
|
|
308
|
+
* @method POST
|
|
309
|
+
* @author @pubinfo/openapi
|
|
310
|
+
*/
|
|
311
|
+
export function postSysconfigResetUserThemeStyleConfig<
|
|
312
|
+
R = API.ResponseDataBoolean,
|
|
313
|
+
T = API.ResponseDataBoolean,
|
|
314
|
+
>(options?: Parameters<typeof request.Post<R, T>>[2]) {
|
|
315
|
+
return request.Post<R, T>(
|
|
316
|
+
'/sysconfig/resetUserThemeStyleConfig',
|
|
317
|
+
{},
|
|
318
|
+
{
|
|
319
|
+
...(options || {}),
|
|
320
|
+
},
|
|
321
|
+
);
|
|
322
|
+
}
|