@pubinfo-pr/module-rbac 0.222.4 → 0.224.1
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/dist/{ResourceRelation-BwagNxld.js → ResourceRelation-CU-QpUhP.js} +1 -1
- package/dist/{ResourceRelation-CKZrGW9A.js → ResourceRelation-roz0a8Td.js} +1 -1
- package/dist/ResourceRelation.css +1 -1
- package/dist/ResourceRelation2.css +1 -1
- package/dist/{UserAuthorization-sU8yGviz.js → UserAuthorization-2Fl4IGw7.js} +1 -1
- package/dist/UserAuthorization.css +1 -1
- package/dist/api/modules/assist/index.d.ts +0 -1
- package/dist/api/modules/assist/qunzujiekou.d.ts +28 -0
- package/dist/api/modules/rbac/gangweijiekou.d.ts +7 -0
- package/dist/api/modules/rbac/jiaosejiekou.d.ts +14 -0
- package/dist/api/modules/rbac/yonghujiekou.d.ts +42 -0
- package/dist/api/modules/rbac/ziyuanjiekou.d.ts +7 -0
- package/dist/api/modules/rbac/zuzhijiekou.d.ts +7 -0
- package/dist/{blackWhiteList-CaEw1uGl.js → blackWhiteList-DbG7JH8n.js} +1 -1
- package/dist/blackWhiteList.css +1 -1
- package/dist/breadcrumb_setting-Dx2Li6xt.js +108 -0
- package/dist/{createAndEditDataPermission-BfIc8HNt.js → createAndEditDataPermission-8_KNLzJT.js} +1 -1
- package/dist/createAndEditDataPermission.css +1 -1
- package/dist/{data-permission-CeSzz7-6.js → data-permission-LpuDLDm0.js} +2 -2
- package/dist/data-permission.css +1 -1
- package/dist/{drawerOrganization-CwtSFUj0.js → drawerOrganization-CPsQlz-f.js} +59 -24
- package/dist/{group-DmvSRTkz.js → group-CaOhkh72.js} +1 -1
- package/dist/group.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +44 -44
- package/dist/{layout_setting-DcFrUQtI.js → layout_setting-79srmFgJ.js} +1 -1
- package/dist/layout_setting.css +1 -1
- package/dist/{login_history-uB4F5Ddd.js → login_history-BiwaLpxA.js} +1 -1
- package/dist/login_history.css +1 -1
- package/dist/menu_setting-ChueWHs4.js +155 -0
- package/dist/{operate_history-eTC0gtt3.js → operate_history-sPd9IHMV.js} +28 -30
- package/dist/operate_history.css +1 -0
- package/dist/{organization-CEDkYrjK.js → organization-BXGT-lb7.js} +7 -3
- package/dist/organization.css +1 -1
- package/dist/other_setting-BEV_UK0g.js +213 -0
- package/dist/page_animation_setting-Cp5OnFpd.js +108 -0
- package/dist/page_animation_setting.css +1 -0
- package/dist/{page_w_setting-Bp9cayqE.js → page_w_setting-Q--ct16C.js} +6 -2
- package/dist/page_w_setting.css +1 -1
- package/dist/{role-WO4NM7Er.js → role-4UgEw3nH.js} +1 -1
- package/dist/{setItem-Bjl8zTpQ.js → setItem-Vkcwkj-O.js} +1 -1
- package/dist/setItem.css +1 -1
- package/dist/tabbar_setting-kbuTvrLB.js +139 -0
- package/dist/{theme_setting-Duv0kBY3.js → theme_setting-CEb7UYQO.js} +1 -1
- package/dist/theme_setting.css +1 -1
- package/dist/toolbar_setting-BG-k2UFc.js +140 -0
- package/dist/{user-DeVw-Ynu.js → user-BkUpcQC8.js} +2 -2
- package/dist/user.css +1 -1
- package/dist/watermark_setting-Cl2EtPAa.js +191 -0
- package/dist/watermark_setting.css +1 -1
- package/package.json +3 -3
- package/src/api/modules/assist/index.ts +0 -1
- package/src/api/modules/assist/qunzujiekou.ts +72 -0
- package/src/api/modules/assist/typings.d.ts +17 -129
- package/src/api/modules/rbac/gangweijiekou.ts +18 -0
- package/src/api/modules/rbac/jiaosejiekou.ts +36 -0
- package/src/api/modules/rbac/typings.d.ts +133 -1
- package/src/api/modules/rbac/yonghujiekou.ts +122 -0
- package/src/api/modules/rbac/ziyuanjiekou.ts +21 -0
- package/src/api/modules/rbac/zuzhijiekou.ts +18 -0
- package/src/components/GroupSelector/index.vue +24 -67
- package/src/components/OrgTree/index.vue +1 -1
- package/src/components/ResourceSelector/index.vue +15 -45
- package/src/views/blackWhiteList/index.vue +3 -9
- package/src/views/components/setItem.vue +2 -10
- package/src/views/data-permission/index.vue +1 -2
- package/src/views/group/index.vue +4 -7
- package/src/views/layout_setting/index.vue +20 -99
- package/src/views/log_center/login_history.vue +2 -7
- package/src/views/log_center/operate_history.vue +11 -4
- package/src/views/organization/components/drawerOrganization.vue +43 -0
- package/src/views/organization/index.vue +21 -23
- package/src/views/page_animation_setting/index.vue +23 -14
- package/src/views/page_w_setting/index.vue +6 -19
- package/src/views/role/components/ResourceRelation.vue +1 -2
- package/src/views/role_group/components/ResourceRelation.vue +1 -2
- package/src/views/safe_setting/index.vue +1 -1
- package/src/views/theme_setting/index.vue +17 -70
- package/src/views/user/components/UserAuthorization.vue +2 -2
- package/src/views/watermark_setting/index.vue +1 -4
- package/dist/api/modules/assist/gonggaofuwu.d.ts +0 -43
- package/dist/breadcrumb_setting-CW3eWnlU.js +0 -108
- package/dist/lottie-03f0a035.json +0 -1
- package/dist/lottie-0ee63e7f.json +0 -1
- package/dist/lottie-10eef4fe.json +0 -1
- package/dist/lottie-13f452f1.json +0 -1
- package/dist/lottie-14b7b290.json +0 -1
- package/dist/lottie-15b8cef1.json +0 -1
- package/dist/lottie-15f77960.json +0 -1
- package/dist/lottie-1ae9b726.json +0 -1
- package/dist/lottie-1b02359f.json +0 -1
- package/dist/lottie-1ef286cd.json +0 -1
- package/dist/lottie-23cfd18c.json +0 -1
- package/dist/lottie-265a0a5d.json +0 -1
- package/dist/lottie-28d57c49.json +0 -1
- package/dist/lottie-2b54ed10.json +0 -1
- package/dist/lottie-2bb6f642.json +0 -1
- package/dist/lottie-2cdc07bd.json +0 -1
- package/dist/lottie-31c58607.json +0 -1
- package/dist/lottie-32884f23.json +0 -1
- package/dist/lottie-32fca43a.json +0 -1
- package/dist/lottie-3a75445b.json +0 -1
- package/dist/lottie-3f27d67c.json +0 -1
- package/dist/lottie-4189453f.json +0 -1
- package/dist/lottie-4702b37c.json +0 -1
- package/dist/lottie-520a5c68.json +0 -1
- package/dist/lottie-56bea508.json +0 -1
- package/dist/lottie-57c732a3.json +0 -1
- package/dist/lottie-5be4a28f.json +0 -1
- package/dist/lottie-5e6d7cfa.json +0 -1
- package/dist/lottie-64e176c9.json +0 -1
- package/dist/lottie-6583dca6.json +0 -1
- package/dist/lottie-66c640c6.json +0 -1
- package/dist/lottie-68393156.json +0 -1
- package/dist/lottie-688465aa.json +0 -1
- package/dist/lottie-6bf334f4.json +0 -1
- package/dist/lottie-7b4f72ce.json +0 -1
- package/dist/lottie-837ec087.json +0 -1
- package/dist/lottie-838ac1ba.json +0 -1
- package/dist/lottie-8465c2cf.json +0 -1
- package/dist/lottie-9e9f04a4.json +0 -1
- package/dist/lottie-a13964cb.json +0 -1
- package/dist/lottie-ab93a057.json +0 -1
- package/dist/lottie-abe308fc.json +0 -1
- package/dist/lottie-b24f2cd3.json +0 -1
- package/dist/lottie-bf00eaed.json +0 -1
- package/dist/lottie-cb22efd7.json +0 -1
- package/dist/lottie-cb953f20.json +0 -1
- package/dist/lottie-cc209e34.json +0 -1
- package/dist/lottie-cfdffceb.json +0 -1
- package/dist/lottie-d33c0299.json +0 -1
- package/dist/lottie-d430c8ca.json +0 -1
- package/dist/lottie-d8cfa560.json +0 -1
- package/dist/lottie-da91beb6.json +0 -1
- package/dist/lottie-e2bdf85c.json +0 -1
- package/dist/lottie-e34ad826.json +0 -1
- package/dist/lottie-e80720aa.json +0 -1
- package/dist/lottie-e894bc92.json +0 -1
- package/dist/lottie-f28020f2.json +0 -1
- package/dist/lottie-f71ebbf4.json +0 -1
- package/dist/lottie-fb1f4917.json +0 -1
- package/dist/lottie-ff2e97c4.json +0 -1
- package/dist/menu_setting-C5Pr_E9s.js +0 -155
- package/dist/other_setting-DaDLf9QC.js +0 -213
- package/dist/page_animation_setting-BzlBS0Sa.js +0 -109
- package/dist/tabbar_setting-C_B1WZn1.js +0 -139
- package/dist/toolbar_setting-BPROx6V9.js +0 -140
- package/dist/watermark_setting-r0rMSViF.js +0 -191
- package/src/api/modules/assist/gonggaofuwu.ts +0 -124
|
@@ -87,5 +87,5 @@ import './ResourceRelation2.css';var _hoisted_1 = { class: "mb-20px p-x-15px" },
|
|
|
87
87
|
}, 8, ["open"]);
|
|
88
88
|
};
|
|
89
89
|
}
|
|
90
|
-
}), ResourceRelation_exports = /* @__PURE__ */ __exportAll({ default: () => ResourceRelation_default }), ResourceRelation_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ResourceRelation_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
90
|
+
}), ResourceRelation_exports = /* @__PURE__ */ __exportAll({ default: () => ResourceRelation_default }), ResourceRelation_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ResourceRelation_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-1167727f"]]);
|
|
91
91
|
export { ResourceRelation_exports as n, ResourceRelation_default as t };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-f5867bc7] .ant-drawer-body{padding-left:0;padding-right:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-1167727f] .ant-drawer-body{padding-left:0;padding-right:0}
|
|
@@ -229,5 +229,5 @@ import './UserAuthorization.css';var _hoisted_1 = { class: "flex items-center ju
|
|
|
229
229
|
}, 8, ["open"]);
|
|
230
230
|
};
|
|
231
231
|
}
|
|
232
|
-
}), UserAuthorization_exports = /* @__PURE__ */ __exportAll({ default: () => UserAuthorization_default }), UserAuthorization_default = /* @__PURE__ */ _plugin_vue_export_helper_default(UserAuthorization_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
232
|
+
}), UserAuthorization_exports = /* @__PURE__ */ __exportAll({ default: () => UserAuthorization_default }), UserAuthorization_default = /* @__PURE__ */ _plugin_vue_export_helper_default(UserAuthorization_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-3c791c32"]]);
|
|
233
233
|
export { UserAuthorization_exports as n, UserAuthorization_default as t };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.auth-card[data-v-
|
|
1
|
+
.auth-card[data-v-3c791c32]{margin-top:.75rem}.auth-card[data-v-3c791c32]:first-of-type{margin-top:3px}
|
|
@@ -27,6 +27,20 @@ export declare function getGroupDetailById<R = API.ResponseDataPubGroupBo, T = A
|
|
|
27
27
|
* @author @pubinfo/openapi
|
|
28
28
|
*/
|
|
29
29
|
export declare function postGroupFindPage<R = API.ResponseDataPageDataPubGroup, T = API.ResponseDataPageDataPubGroup>(body: API.pubGroupDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
30
|
+
/**
|
|
31
|
+
* @description 获得组织组列表
|
|
32
|
+
* @url /group/getOrgGroupList
|
|
33
|
+
* @method POST
|
|
34
|
+
* @author @pubinfo/openapi
|
|
35
|
+
*/
|
|
36
|
+
export declare function postGroupGetOrgGroupList<R = API.ResponseDataListPubGroupBo, T = API.ResponseDataListPubGroupBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
37
|
+
/**
|
|
38
|
+
* @description 获得用户组列表
|
|
39
|
+
* @url /group/getUserGroupList
|
|
40
|
+
* @method POST
|
|
41
|
+
* @author @pubinfo/openapi
|
|
42
|
+
*/
|
|
43
|
+
export declare function postGroupGetUserGroupList<R = API.ResponseDataListPubGroupBo, T = API.ResponseDataListPubGroupBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
30
44
|
/**
|
|
31
45
|
* @description 群组信息不分页查询 list
|
|
32
46
|
* @url /group/list
|
|
@@ -41,3 +55,17 @@ export declare function postGroupList<R = API.ResponseDataListPubGroup, T = API.
|
|
|
41
55
|
* @author @pubinfo/openapi
|
|
42
56
|
*/
|
|
43
57
|
export declare function postGroupSaveOrUpdate<R = API.ResponseData, T = API.ResponseData>(body: API.PubGroupBo, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
58
|
+
/**
|
|
59
|
+
* @description 校验组织群组们是否有效
|
|
60
|
+
* @url /group/validOrgGroups
|
|
61
|
+
* @method POST
|
|
62
|
+
* @author @pubinfo/openapi
|
|
63
|
+
*/
|
|
64
|
+
export declare function postGroupValidOrgGroups<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
65
|
+
/**
|
|
66
|
+
* @description 校验用户群组们是否有效
|
|
67
|
+
* @url /group/validUserGroups
|
|
68
|
+
* @method POST
|
|
69
|
+
* @author @pubinfo/openapi
|
|
70
|
+
*/
|
|
71
|
+
export declare function postGroupValidUserGroups<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
@@ -41,3 +41,10 @@ export declare function getRbacPostList<R = API.ResponseDataListPubPost, T = API
|
|
|
41
41
|
* @author @pubinfo/openapi
|
|
42
42
|
*/
|
|
43
43
|
export declare function postRbacPostSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.PubPostDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
44
|
+
/**
|
|
45
|
+
* @description 校验岗位们是否有效
|
|
46
|
+
* @url /rbac/post/validPostList
|
|
47
|
+
* @method POST
|
|
48
|
+
* @author @pubinfo/openapi
|
|
49
|
+
*/
|
|
50
|
+
export declare function postRbacPostValidPostList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
@@ -6,6 +6,13 @@ import { basic as request } from '@/api/request';
|
|
|
6
6
|
* @author @pubinfo/openapi
|
|
7
7
|
*/
|
|
8
8
|
export declare function postRbacRoleAddRole<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
9
|
+
/**
|
|
10
|
+
* @description 获得拥有多个角色的用户编号集合
|
|
11
|
+
* @url /rbac/role/getUserRoleIdListByRoleIds
|
|
12
|
+
* @method POST
|
|
13
|
+
* @author @pubinfo/openapi
|
|
14
|
+
*/
|
|
15
|
+
export declare function postRbacRoleGetUserRoleIdListByRoleIds<R = API.ResponseDataPubUserRoleBo, T = API.ResponseDataPubUserRoleBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
9
16
|
/**
|
|
10
17
|
* @description 根据id查询
|
|
11
18
|
* @url /rbac/role/info
|
|
@@ -48,3 +55,10 @@ export declare function postRbacRoleRoleUpdate<R = API.ResponseDataPubRoleBo, T
|
|
|
48
55
|
* @author @pubinfo/openapi
|
|
49
56
|
*/
|
|
50
57
|
export declare function postRbacRoleRoleUserPage<R = API.ResponseDataPageDataPubUserOrgRoleBo, T = API.ResponseDataPageDataPubUserOrgRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
58
|
+
/**
|
|
59
|
+
* @description 校验角色们是否有效
|
|
60
|
+
* @url /rbac/role/validRoleList
|
|
61
|
+
* @method POST
|
|
62
|
+
* @author @pubinfo/openapi
|
|
63
|
+
*/
|
|
64
|
+
export declare function postRbacRoleValidRoleList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import { basic as request } from '@/api/request';
|
|
2
|
+
/**
|
|
3
|
+
* @description 验证码-修改登录密码
|
|
4
|
+
* @url /rbac/user/captcha/changePasswordWithVerifyCode
|
|
5
|
+
* @method POST
|
|
6
|
+
* @author @pubinfo/openapi
|
|
7
|
+
*/
|
|
8
|
+
export declare function postRbacUserCaptchaChangePasswordWithVerifyCode<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacUserCaptchaChangePasswordWithVerifyCodeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
2
9
|
/**
|
|
3
10
|
* @description 修改登录密码
|
|
4
11
|
* @url /rbac/user/changePassword
|
|
@@ -20,6 +27,34 @@ export declare function postRbacUserChangePassword<R = API.ResponseDataVoid, T =
|
|
|
20
27
|
* @author @pubinfo/openapi
|
|
21
28
|
*/
|
|
22
29
|
export declare function postRbacUserChangePasswordWithVerifyCode<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacUserChangePasswordWithVerifyCodeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
30
|
+
/**
|
|
31
|
+
* @description 根据id查询
|
|
32
|
+
* @url /rbac/user/getUser
|
|
33
|
+
* @method POST
|
|
34
|
+
* @author @pubinfo/openapi
|
|
35
|
+
*/
|
|
36
|
+
export declare function postRbacUserGetUser<R = API.ResponseDataPubUser, T = API.ResponseDataPubUser>(params: API.postRbacUserGetUserParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
37
|
+
/**
|
|
38
|
+
* @description 通过用户ID查询用户们
|
|
39
|
+
* @url /rbac/user/getUserList
|
|
40
|
+
* @method POST
|
|
41
|
+
* @author @pubinfo/openapi
|
|
42
|
+
*/
|
|
43
|
+
export declare function postRbacUserGetUserList<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
44
|
+
/**
|
|
45
|
+
* @description 获得指定组织的用户数组
|
|
46
|
+
* @url /rbac/user/getUserListByOrgIds
|
|
47
|
+
* @method POST
|
|
48
|
+
* @author @pubinfo/openapi
|
|
49
|
+
*/
|
|
50
|
+
export declare function postRbacUserGetUserListByOrgIds<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
51
|
+
/**
|
|
52
|
+
* @description 获得指定岗位的用户数组
|
|
53
|
+
* @url /rbac/user/getUserListByPostIds
|
|
54
|
+
* @method POST
|
|
55
|
+
* @author @pubinfo/openapi
|
|
56
|
+
*/
|
|
57
|
+
export declare function postRbacUserGetUserListByPostIds<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
23
58
|
/**
|
|
24
59
|
* @description 编辑角色和授权数据权限
|
|
25
60
|
* @url /rbac/user/grantUserRoleAndDatPermission
|
|
@@ -104,3 +139,10 @@ export declare function postRbacUserUserUpdate<R = API.ResponseDataVoid, T = API
|
|
|
104
139
|
* @author @pubinfo/openapi
|
|
105
140
|
*/
|
|
106
141
|
export declare function postRbacUserUserUpdateV2<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.PubUserUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
142
|
+
/**
|
|
143
|
+
* @description 校验用户们是否有效
|
|
144
|
+
* @url /rbac/user/validateUserList
|
|
145
|
+
* @method POST
|
|
146
|
+
* @author @pubinfo/openapi
|
|
147
|
+
*/
|
|
148
|
+
export declare function postRbacUserValidateUserList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
@@ -55,6 +55,13 @@ export declare function postRbacResourceMenuTree<R = API.ResponseDataListPubReso
|
|
|
55
55
|
* @author @pubinfo/openapi
|
|
56
56
|
*/
|
|
57
57
|
export declare function postRbacResourceMineOrAllResourceTree<R = API.ResponseDataListPubResourceTreeBo, T = API.ResponseDataListPubResourceTreeBo>(params: API.postRbacResourceMineOrAllResourceTreeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
58
|
+
/**
|
|
59
|
+
* @description 资源拖拉拽更新
|
|
60
|
+
* @url /rbac/resource/reSortUpdate
|
|
61
|
+
* @method POST
|
|
62
|
+
* @author @pubinfo/openapi
|
|
63
|
+
*/
|
|
64
|
+
export declare function postRbacResourceReSortUpdate<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.PubResourceReSortUpdateDTO[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
58
65
|
/**
|
|
59
66
|
* @description 资源删除
|
|
60
67
|
* @url /rbac/resource/resourceDelete
|
|
@@ -62,3 +62,10 @@ export declare function getRbacOrgSearchTreeById<R = API.ResponseDataPubOrgTreeB
|
|
|
62
62
|
* @author @pubinfo/openapi
|
|
63
63
|
*/
|
|
64
64
|
export declare function postRbacOrgUpdateOrg<R = API.ResponseDataPubOrg, T = API.ResponseDataPubOrg>(body: API.PubOrgUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
|
65
|
+
/**
|
|
66
|
+
* @description 校验组织们是否有效
|
|
67
|
+
* @url /rbac/org/validateOrgList
|
|
68
|
+
* @method POST
|
|
69
|
+
* @author @pubinfo/openapi
|
|
70
|
+
*/
|
|
71
|
+
export declare function postRbacOrgValidateOrgList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
|
package/dist/blackWhiteList.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.page-black-white-list[data-v-
|
|
1
|
+
.page-black-white-list[data-v-f7d838c2] .ant-card.pro-table{border-top-left-radius:0;border-top-right-radius:0}.page-black-white-list .status-mark[data-v-f7d838c2]{--un-bg-opacity:1;background-color:rgb(174 174 174/var(--un-bg-opacity)) ;border-radius:50%;width:.5rem;height:.5rem;margin-right:.25rem;display:inline-block}.page-black-white-list .status-mark.active[data-v-f7d838c2]{background:#01d689}
|