@pubinfo-pr/core 0.182.1 → 0.182.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/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +1 -1
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +1 -1
- package/dist/features/api/modules/auth/renzhengfuwu.d.ts +14 -14
- package/dist/features/api/modules/configData/heibaimingdanfuwu.d.ts +5 -5
- package/dist/features/api/modules/configData/xitongpeizhifuwu.d.ts +14 -14
- package/dist/features/api/modules/configData/zidifuwu.d.ts +10 -10
- package/dist/features/api/modules/rbac/gangweijiekou.d.ts +6 -6
- package/dist/features/api/modules/rbac/jiaosejiekou.d.ts +7 -7
- package/dist/features/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -7
- package/dist/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +9 -9
- package/dist/features/api/modules/rbac/yonghujiekou.d.ts +16 -16
- package/dist/features/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +5 -5
- package/dist/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +4 -4
- package/dist/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +6 -6
- package/dist/features/api/modules/rbac/ziyuanjiekou.d.ts +14 -14
- package/dist/features/api/modules/rbac/zuhuguanlijiekou.d.ts +5 -5
- package/dist/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +4 -4
- package/dist/features/api/modules/rbac/zuzhijiekou.d.ts +9 -9
- package/dist/index-BXLF9xfN.js +2 -2
- package/package.json +7 -7
- package/src/built-in/devtools/index.ts +5 -5
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +2 -2
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +1 -1
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +1 -1
- package/src/built-in/pinia-plugin/plugins/persistedstate/README.md +1 -1
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +1 -1
- package/src/features/api/modules/auth/renzhengfuwu.ts +14 -14
- package/src/features/api/modules/configData/heibaimingdanfuwu.ts +5 -5
- package/src/features/api/modules/configData/xitongpeizhifuwu.ts +14 -14
- package/src/features/api/modules/configData/zidifuwu.ts +10 -10
- package/src/features/api/modules/rbac/gangweijiekou.ts +6 -6
- package/src/features/api/modules/rbac/jiaosejiekou.ts +7 -7
- package/src/features/api/modules/rbac/pubJiaosezukongzhiqi.ts +7 -7
- package/src/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +9 -9
- package/src/features/api/modules/rbac/yonghujiekou.ts +16 -16
- package/src/features/api/modules/rbac/yonghushoucangbiaojiekou.ts +5 -5
- package/src/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +4 -4
- package/src/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.ts +6 -6
- package/src/features/api/modules/rbac/ziyuanjiekou.ts +14 -14
- package/src/features/api/modules/rbac/zuhuguanlijiekou.ts +5 -5
- package/src/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +4 -4
- package/src/features/api/modules/rbac/zuzhijiekou.ts +9 -9
- package/src/features/pages/profile/index.vue +2 -2
|
@@ -68,7 +68,7 @@ function toggle(type?: SearchType) {
|
|
|
68
68
|
* 可以支持多处挂载,只需要使用 `useGlobalSearch` 开启即可
|
|
69
69
|
* 这样可以避免如果使用快捷键可能会多处开启 search 的问题
|
|
70
70
|
*
|
|
71
|
-
* close [#38](https://github.com/wsypower/pubinfo/issues/38)
|
|
71
|
+
* close [#38](https://github.com/wsypower/pubinfo-pr/issues/38)
|
|
72
72
|
*/
|
|
73
73
|
export function useGlobalSearch() {
|
|
74
74
|
return {
|
|
@@ -4,7 +4,7 @@ import { auth as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 验证码-前端校验 需要校验的验证码类型:blockPuzzle、clickWord
|
|
5
5
|
* @url /auth/captcha/check
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postAuthCaptchaCheck<
|
|
10
10
|
R = API.ResponseDataValidCodeVo,
|
|
@@ -25,7 +25,7 @@ export function postAuthCaptchaCheck<
|
|
|
25
25
|
* @description 验证码-获取验证码图片
|
|
26
26
|
* @url /auth/captcha/get
|
|
27
27
|
* @method POST
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function postAuthCaptchaGet<
|
|
31
31
|
R = API.ResponseDataValidCodeVo,
|
|
@@ -43,7 +43,7 @@ export function postAuthCaptchaGet<
|
|
|
43
43
|
* @description 切换登录组织
|
|
44
44
|
* @url /auth/changeLoginOrg
|
|
45
45
|
* @method POST
|
|
46
|
-
* @author @pubinfo/openapi
|
|
46
|
+
* @author @pubinfo-pr/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function postAuthChangeLoginOrg<
|
|
49
49
|
R = API.ResponseDataLoginTokenVo,
|
|
@@ -68,7 +68,7 @@ export function postAuthChangeLoginOrg<
|
|
|
68
68
|
* @description 判断缓存的token是否有效
|
|
69
69
|
* @url /auth/checkCacheToken
|
|
70
70
|
* @method GET
|
|
71
|
-
* @author @pubinfo/openapi
|
|
71
|
+
* @author @pubinfo-pr/openapi
|
|
72
72
|
*/
|
|
73
73
|
export function getAuthCheckCacheToken<
|
|
74
74
|
R = API.ResponseDataBoolean,
|
|
@@ -89,7 +89,7 @@ export function getAuthCheckCacheToken<
|
|
|
89
89
|
* @description 根据用户id获取用户token列表
|
|
90
90
|
* @url /auth/getTokenListByUserId
|
|
91
91
|
* @method GET
|
|
92
|
-
* @author @pubinfo/openapi
|
|
92
|
+
* @author @pubinfo-pr/openapi
|
|
93
93
|
*/
|
|
94
94
|
export function getAuthGetTokenListByUserId<
|
|
95
95
|
R = API.ResponseDataListPubLoginTokenVo,
|
|
@@ -110,7 +110,7 @@ export function getAuthGetTokenListByUserId<
|
|
|
110
110
|
* @description 密码登录
|
|
111
111
|
* @url /auth/login
|
|
112
112
|
* @method POST
|
|
113
|
-
* @author @pubinfo/openapi
|
|
113
|
+
* @author @pubinfo-pr/openapi
|
|
114
114
|
*/
|
|
115
115
|
export function postAuthLogin<
|
|
116
116
|
R = API.ResponseDataLoginTokenVo,
|
|
@@ -128,7 +128,7 @@ export function postAuthLogin<
|
|
|
128
128
|
* @description 获取登录公钥
|
|
129
129
|
* @url /auth/login/key
|
|
130
130
|
* @method GET
|
|
131
|
-
* @author @pubinfo/openapi
|
|
131
|
+
* @author @pubinfo-pr/openapi
|
|
132
132
|
*/
|
|
133
133
|
export function getAuthLoginKey<
|
|
134
134
|
R = API.ResponseDataString,
|
|
@@ -143,7 +143,7 @@ export function getAuthLoginKey<
|
|
|
143
143
|
* @description 获取图片验证码
|
|
144
144
|
* @url /auth/login/validCode
|
|
145
145
|
* @method GET
|
|
146
|
-
* @author @pubinfo/openapi
|
|
146
|
+
* @author @pubinfo-pr/openapi
|
|
147
147
|
*/
|
|
148
148
|
export function getAuthLoginValidCode<
|
|
149
149
|
R = API.ResponseDataValidCodeVo,
|
|
@@ -164,7 +164,7 @@ export function getAuthLoginValidCode<
|
|
|
164
164
|
* @description 验证码-密码登录
|
|
165
165
|
* @url /auth/loginNew
|
|
166
166
|
* @method POST
|
|
167
|
-
* @author @pubinfo/openapi
|
|
167
|
+
* @author @pubinfo-pr/openapi
|
|
168
168
|
*/
|
|
169
169
|
export function postAuthLoginNew<
|
|
170
170
|
R = API.ResponseDataLoginTokenVo,
|
|
@@ -185,7 +185,7 @@ export function postAuthLoginNew<
|
|
|
185
185
|
* @description 当前用户登出
|
|
186
186
|
* @url /auth/loginOut
|
|
187
187
|
* @method POST
|
|
188
|
-
* @author @pubinfo/openapi
|
|
188
|
+
* @author @pubinfo-pr/openapi
|
|
189
189
|
*/
|
|
190
190
|
export function postAuthLoginOut<
|
|
191
191
|
R = API.ResponseDataVoid,
|
|
@@ -204,7 +204,7 @@ export function postAuthLoginOut<
|
|
|
204
204
|
* @description 用户id登出
|
|
205
205
|
* @url /auth/loginOutByUserId
|
|
206
206
|
* @method POST
|
|
207
|
-
* @author @pubinfo/openapi
|
|
207
|
+
* @author @pubinfo-pr/openapi
|
|
208
208
|
*/
|
|
209
209
|
export function postAuthLoginOutByUserId<
|
|
210
210
|
R = API.ResponseDataVoid,
|
|
@@ -229,7 +229,7 @@ export function postAuthLoginOutByUserId<
|
|
|
229
229
|
* @description 用户id和设备类型登出
|
|
230
230
|
* @url /auth/loginOutByUserIdAndDevType
|
|
231
231
|
* @method POST
|
|
232
|
-
* @author @pubinfo/openapi
|
|
232
|
+
* @author @pubinfo-pr/openapi
|
|
233
233
|
*/
|
|
234
234
|
export function postAuthLoginOutByUserIdAndDevType<
|
|
235
235
|
R = API.ResponseDataVoid,
|
|
@@ -254,7 +254,7 @@ export function postAuthLoginOutByUserIdAndDevType<
|
|
|
254
254
|
* @description 单点免密登录接口
|
|
255
255
|
* @url /auth/ssoLogin
|
|
256
256
|
* @method POST
|
|
257
|
-
* @author @pubinfo/openapi
|
|
257
|
+
* @author @pubinfo-pr/openapi
|
|
258
258
|
*/
|
|
259
259
|
export function postAuthSsoLogin<
|
|
260
260
|
R = API.ResponseDataLoginTokenVo,
|
|
@@ -272,7 +272,7 @@ export function postAuthSsoLogin<
|
|
|
272
272
|
* @description 刷新访问令牌
|
|
273
273
|
* @url /auth/token/refresh
|
|
274
274
|
* @method POST
|
|
275
|
-
* @author @pubinfo/openapi
|
|
275
|
+
* @author @pubinfo-pr/openapi
|
|
276
276
|
*/
|
|
277
277
|
export function postAuthTokenRefresh<
|
|
278
278
|
R = API.ResponseDataLoginTokenVo,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 新增黑白名单
|
|
5
5
|
* @url /blackWhiteList/addBlackWhiteList
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postBlackWhiteListAddBlackWhiteList<
|
|
10
10
|
R = API.ResponseDataBoolean,
|
|
@@ -25,7 +25,7 @@ export function postBlackWhiteListAddBlackWhiteList<
|
|
|
25
25
|
* @description 删除黑白名单
|
|
26
26
|
* @url /blackWhiteList/delete/${param0}
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getBlackWhiteListDeleteById<
|
|
31
31
|
R = API.ResponseDataBoolean,
|
|
@@ -46,7 +46,7 @@ export function getBlackWhiteListDeleteById<
|
|
|
46
46
|
* @description 查询黑白名单
|
|
47
47
|
* @url /blackWhiteList/getBlackWhiteList/${param0}
|
|
48
48
|
* @method GET
|
|
49
|
-
* @author @pubinfo/openapi
|
|
49
|
+
* @author @pubinfo-pr/openapi
|
|
50
50
|
*/
|
|
51
51
|
export function getBlackWhiteListGetBlackWhiteListById<
|
|
52
52
|
R = API.ResponseDataPubBlackWhiteList,
|
|
@@ -67,7 +67,7 @@ export function getBlackWhiteListGetBlackWhiteListById<
|
|
|
67
67
|
* @description 分页查询查询黑白名单列表
|
|
68
68
|
* @url /blackWhiteList/getBlackWhiteListPageList
|
|
69
69
|
* @method POST
|
|
70
|
-
* @author @pubinfo/openapi
|
|
70
|
+
* @author @pubinfo-pr/openapi
|
|
71
71
|
*/
|
|
72
72
|
export function postBlackWhiteListGetBlackWhiteListPageList<
|
|
73
73
|
R = API.ResponseDataIPagePubBlackWhiteList,
|
|
@@ -88,7 +88,7 @@ export function postBlackWhiteListGetBlackWhiteListPageList<
|
|
|
88
88
|
* @description 编辑黑白名单
|
|
89
89
|
* @url /blackWhiteList/updateBlackWhiteList
|
|
90
90
|
* @method POST
|
|
91
|
-
* @author @pubinfo/openapi
|
|
91
|
+
* @author @pubinfo-pr/openapi
|
|
92
92
|
*/
|
|
93
93
|
export function postBlackWhiteListUpdateBlackWhiteList<
|
|
94
94
|
R = API.ResponseDataBoolean,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 新增用户样式配置
|
|
5
5
|
* @url /sysconfig/addOrEditUserThemeStyleConfig
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postSysconfigAddOrEditUserThemeStyleConfig<
|
|
10
10
|
R = API.ResponseDataBoolean,
|
|
@@ -25,7 +25,7 @@ export function postSysconfigAddOrEditUserThemeStyleConfig<
|
|
|
25
25
|
* @description 新增系统样式配置
|
|
26
26
|
* @url /sysconfig/addOrEidtSysThemeStyleConfig
|
|
27
27
|
* @method POST
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function postSysconfigAddOrEidtSysThemeStyleConfig<
|
|
31
31
|
R = API.ResponseDataBoolean,
|
|
@@ -46,7 +46,7 @@ export function postSysconfigAddOrEidtSysThemeStyleConfig<
|
|
|
46
46
|
* @description 新增或修改背景图片-大图
|
|
47
47
|
* @url /sysconfig/addOrUpdateBackgroundImage
|
|
48
48
|
* @method POST
|
|
49
|
-
* @author @pubinfo/openapi
|
|
49
|
+
* @author @pubinfo-pr/openapi
|
|
50
50
|
*/
|
|
51
51
|
export function postSysconfigAddOrUpdateBackgroundImage<
|
|
52
52
|
R = API.ResponseDataString,
|
|
@@ -93,7 +93,7 @@ export function postSysconfigAddOrUpdateBackgroundImage<
|
|
|
93
93
|
* @description 新增或修改背景图片-小图
|
|
94
94
|
* @url /sysconfig/addOrUpdateBackgroundSmallImage
|
|
95
95
|
* @method POST
|
|
96
|
-
* @author @pubinfo/openapi
|
|
96
|
+
* @author @pubinfo-pr/openapi
|
|
97
97
|
*/
|
|
98
98
|
export function postSysconfigAddOrUpdateBackgroundSmallImage<
|
|
99
99
|
R = API.ResponseDataString,
|
|
@@ -144,7 +144,7 @@ export function postSysconfigAddOrUpdateBackgroundSmallImage<
|
|
|
144
144
|
* @description 新增或修改log图片
|
|
145
145
|
* @url /sysconfig/addOrUpdateLogImage
|
|
146
146
|
* @method POST
|
|
147
|
-
* @author @pubinfo/openapi
|
|
147
|
+
* @author @pubinfo-pr/openapi
|
|
148
148
|
*/
|
|
149
149
|
export function postSysconfigAddOrUpdateLogImage<
|
|
150
150
|
R = API.ResponseDataString,
|
|
@@ -187,7 +187,7 @@ export function postSysconfigAddOrUpdateLogImage<
|
|
|
187
187
|
* @description 新增或修改登录页配置项
|
|
188
188
|
* @url /sysconfig/addOrUpdateLoginConfigurationItem
|
|
189
189
|
* @method POST
|
|
190
|
-
* @author @pubinfo/openapi
|
|
190
|
+
* @author @pubinfo-pr/openapi
|
|
191
191
|
*/
|
|
192
192
|
export function postSysconfigAddOrUpdateLoginConfigurationItem<
|
|
193
193
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -212,7 +212,7 @@ export function postSysconfigAddOrUpdateLoginConfigurationItem<
|
|
|
212
212
|
* @description 通过code下载文件(返回流)
|
|
213
213
|
* @url /sysconfig/downLoadImageStreamByCode
|
|
214
214
|
* @method GET
|
|
215
|
-
* @author @pubinfo/openapi
|
|
215
|
+
* @author @pubinfo-pr/openapi
|
|
216
216
|
*/
|
|
217
217
|
export function getSysconfigDownLoadImageStreamByCode<R = any, T = any>(
|
|
218
218
|
params: API.getSysconfigDownLoadImageStreamByCodeParams,
|
|
@@ -230,7 +230,7 @@ export function getSysconfigDownLoadImageStreamByCode<R = any, T = any>(
|
|
|
230
230
|
* @description 编辑系统安全配置
|
|
231
231
|
* @url /sysconfig/editSysSecurityConfig
|
|
232
232
|
* @method POST
|
|
233
|
-
* @author @pubinfo/openapi
|
|
233
|
+
* @author @pubinfo-pr/openapi
|
|
234
234
|
*/
|
|
235
235
|
export function postSysconfigEditSysSecurityConfig<
|
|
236
236
|
R = API.ResponseDataBoolean,
|
|
@@ -251,7 +251,7 @@ export function postSysconfigEditSysSecurityConfig<
|
|
|
251
251
|
* @description 获取登录页配置项
|
|
252
252
|
* @url /sysconfig/getLoginConfigurationItem
|
|
253
253
|
* @method POST
|
|
254
|
-
* @author @pubinfo/openapi
|
|
254
|
+
* @author @pubinfo-pr/openapi
|
|
255
255
|
*/
|
|
256
256
|
export function postSysconfigGetLoginConfigurationItem<
|
|
257
257
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -270,7 +270,7 @@ export function postSysconfigGetLoginConfigurationItem<
|
|
|
270
270
|
* @description 获取系统安全配置
|
|
271
271
|
* @url /sysconfig/getSysSecurityConfig
|
|
272
272
|
* @method GET
|
|
273
|
-
* @author @pubinfo/openapi
|
|
273
|
+
* @author @pubinfo-pr/openapi
|
|
274
274
|
*/
|
|
275
275
|
export function getSysconfigGetSysSecurityConfig<
|
|
276
276
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -285,7 +285,7 @@ export function getSysconfigGetSysSecurityConfig<
|
|
|
285
285
|
* @description 获取系统样式配置
|
|
286
286
|
* @url /sysconfig/getSysThemeStyleConfig
|
|
287
287
|
* @method GET
|
|
288
|
-
* @author @pubinfo/openapi
|
|
288
|
+
* @author @pubinfo-pr/openapi
|
|
289
289
|
*/
|
|
290
290
|
export function getSysconfigGetSysThemeStyleConfig<
|
|
291
291
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -300,7 +300,7 @@ export function getSysconfigGetSysThemeStyleConfig<
|
|
|
300
300
|
* @description 获取样式配置
|
|
301
301
|
* @url /sysconfig/getThemeStyleConfig
|
|
302
302
|
* @method GET
|
|
303
|
-
* @author @pubinfo/openapi
|
|
303
|
+
* @author @pubinfo-pr/openapi
|
|
304
304
|
*/
|
|
305
305
|
export function getSysconfigGetThemeStyleConfig<
|
|
306
306
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -315,7 +315,7 @@ export function getSysconfigGetThemeStyleConfig<
|
|
|
315
315
|
* @description 获取用户样式配置
|
|
316
316
|
* @url /sysconfig/getUserThemeStyleConfig
|
|
317
317
|
* @method GET
|
|
318
|
-
* @author @pubinfo/openapi
|
|
318
|
+
* @author @pubinfo-pr/openapi
|
|
319
319
|
*/
|
|
320
320
|
export function getSysconfigGetUserThemeStyleConfig<
|
|
321
321
|
R = API.ResponseDataPubSysConfig,
|
|
@@ -330,7 +330,7 @@ export function getSysconfigGetUserThemeStyleConfig<
|
|
|
330
330
|
* @description 重置用户样式配置
|
|
331
331
|
* @url /sysconfig/resetUserThemeStyleConfig
|
|
332
332
|
* @method POST
|
|
333
|
-
* @author @pubinfo/openapi
|
|
333
|
+
* @author @pubinfo-pr/openapi
|
|
334
334
|
*/
|
|
335
335
|
export function postSysconfigResetUserThemeStyleConfig<
|
|
336
336
|
R = API.ResponseDataBoolean,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 字典项删除
|
|
5
5
|
* @url /dict/item/delete/${param0}
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postDictItemDeleteById<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function postDictItemDeleteById<
|
|
|
29
29
|
* @description 字典项删除
|
|
30
30
|
* @url /dict/item/delete/${param0}
|
|
31
31
|
* @method DELETE
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function deleteDictItemDeleteById<
|
|
35
35
|
R = API.ResponseDataVoid,
|
|
@@ -54,7 +54,7 @@ export function deleteDictItemDeleteById<
|
|
|
54
54
|
* @description 字典项列表
|
|
55
55
|
* @url /dict/item/list
|
|
56
56
|
* @method GET
|
|
57
|
-
* @author @pubinfo/openapi
|
|
57
|
+
* @author @pubinfo-pr/openapi
|
|
58
58
|
*/
|
|
59
59
|
export function getDictItemList<
|
|
60
60
|
R = API.ResponseDataListDictItemVo,
|
|
@@ -75,7 +75,7 @@ export function getDictItemList<
|
|
|
75
75
|
* @description 字典项列表(批量返回)
|
|
76
76
|
* @url /dict/item/list/batch
|
|
77
77
|
* @method GET
|
|
78
|
-
* @author @pubinfo/openapi
|
|
78
|
+
* @author @pubinfo-pr/openapi
|
|
79
79
|
*/
|
|
80
80
|
export function getDictItemListBatch<
|
|
81
81
|
R = API.ResponseDataListDictItemBatchVo,
|
|
@@ -96,7 +96,7 @@ export function getDictItemListBatch<
|
|
|
96
96
|
* @description 字典项分页查询
|
|
97
97
|
* @url /dict/item/page
|
|
98
98
|
* @method POST
|
|
99
|
-
* @author @pubinfo/openapi
|
|
99
|
+
* @author @pubinfo-pr/openapi
|
|
100
100
|
*/
|
|
101
101
|
export function postDictItemPage<
|
|
102
102
|
R = API.ResponseDataPageDataDictItemVo,
|
|
@@ -117,7 +117,7 @@ export function postDictItemPage<
|
|
|
117
117
|
* @description 字典项保存
|
|
118
118
|
* @url /dict/item/save
|
|
119
119
|
* @method POST
|
|
120
|
-
* @author @pubinfo/openapi
|
|
120
|
+
* @author @pubinfo-pr/openapi
|
|
121
121
|
*/
|
|
122
122
|
export function postDictItemSave<
|
|
123
123
|
R = API.ResponseDataString,
|
|
@@ -138,7 +138,7 @@ export function postDictItemSave<
|
|
|
138
138
|
* @description 字典类型删除
|
|
139
139
|
* @url /dict/type/delete/${param0}
|
|
140
140
|
* @method POST
|
|
141
|
-
* @author @pubinfo/openapi
|
|
141
|
+
* @author @pubinfo-pr/openapi
|
|
142
142
|
*/
|
|
143
143
|
export function postDictTypeDeleteById<
|
|
144
144
|
R = API.ResponseDataVoid,
|
|
@@ -163,7 +163,7 @@ export function postDictTypeDeleteById<
|
|
|
163
163
|
* @description 字典类型删除
|
|
164
164
|
* @url /dict/type/delete/${param0}
|
|
165
165
|
* @method DELETE
|
|
166
|
-
* @author @pubinfo/openapi
|
|
166
|
+
* @author @pubinfo-pr/openapi
|
|
167
167
|
*/
|
|
168
168
|
export function deleteDictTypeDeleteById<
|
|
169
169
|
R = API.ResponseDataVoid,
|
|
@@ -188,7 +188,7 @@ export function deleteDictTypeDeleteById<
|
|
|
188
188
|
* @description 字典类型分页查询
|
|
189
189
|
* @url /dict/type/page
|
|
190
190
|
* @method POST
|
|
191
|
-
* @author @pubinfo/openapi
|
|
191
|
+
* @author @pubinfo-pr/openapi
|
|
192
192
|
*/
|
|
193
193
|
export function postDictTypePage<
|
|
194
194
|
R = API.ResponseDataPageDataDictTypeVo,
|
|
@@ -209,7 +209,7 @@ export function postDictTypePage<
|
|
|
209
209
|
* @description 字典类型保存
|
|
210
210
|
* @url /dict/type/save
|
|
211
211
|
* @method POST
|
|
212
|
-
* @author @pubinfo/openapi
|
|
212
|
+
* @author @pubinfo-pr/openapi
|
|
213
213
|
*/
|
|
214
214
|
export function postDictTypeSave<
|
|
215
215
|
R = API.ResponseDataString,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 删除 delete
|
|
5
5
|
* @url /rbac/post/delete/${param0}
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacPostDeleteById<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function postRbacPostDeleteById<
|
|
|
29
29
|
* @description 删除 delete
|
|
30
30
|
* @url /rbac/post/delete/${param0}
|
|
31
31
|
* @method DELETE
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function deleteRbacPostDeleteById<
|
|
35
35
|
R = API.ResponseDataVoid,
|
|
@@ -54,7 +54,7 @@ export function deleteRbacPostDeleteById<
|
|
|
54
54
|
* @description 根据主键获取信息 detail
|
|
55
55
|
* @url /rbac/post/detail/${param0}
|
|
56
56
|
* @method GET
|
|
57
|
-
* @author @pubinfo/openapi
|
|
57
|
+
* @author @pubinfo-pr/openapi
|
|
58
58
|
*/
|
|
59
59
|
export function getRbacPostDetailById<
|
|
60
60
|
R = API.ResponseDataPubPost,
|
|
@@ -75,7 +75,7 @@ export function getRbacPostDetailById<
|
|
|
75
75
|
* @description 分页查询 findPage
|
|
76
76
|
* @url /rbac/post/findPage
|
|
77
77
|
* @method POST
|
|
78
|
-
* @author @pubinfo/openapi
|
|
78
|
+
* @author @pubinfo-pr/openapi
|
|
79
79
|
*/
|
|
80
80
|
export function postRbacPostFindPage<
|
|
81
81
|
R = API.ResponseDataPageDataPubPost,
|
|
@@ -96,7 +96,7 @@ export function postRbacPostFindPage<
|
|
|
96
96
|
* @description 全量岗位列表查询 list
|
|
97
97
|
* @url /rbac/post/list
|
|
98
98
|
* @method GET
|
|
99
|
-
* @author @pubinfo/openapi
|
|
99
|
+
* @author @pubinfo-pr/openapi
|
|
100
100
|
*/
|
|
101
101
|
export function getRbacPostList<
|
|
102
102
|
R = API.ResponseDataListPubPost,
|
|
@@ -117,7 +117,7 @@ export function getRbacPostList<
|
|
|
117
117
|
* @description 新增岗位 save
|
|
118
118
|
* @url /rbac/post/save
|
|
119
119
|
* @method POST
|
|
120
|
-
* @author @pubinfo/openapi
|
|
120
|
+
* @author @pubinfo-pr/openapi
|
|
121
121
|
*/
|
|
122
122
|
export function postRbacPostSave<
|
|
123
123
|
R = API.ResponseDataString,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 角色新增
|
|
5
5
|
* @url /rbac/role/addRole
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacRoleAddRole<
|
|
10
10
|
R = API.ResponseDataPubRoleBo,
|
|
@@ -22,7 +22,7 @@ export function postRbacRoleAddRole<
|
|
|
22
22
|
* @description 根据id查询
|
|
23
23
|
* @url /rbac/role/info
|
|
24
24
|
* @method GET
|
|
25
|
-
* @author @pubinfo/openapi
|
|
25
|
+
* @author @pubinfo-pr/openapi
|
|
26
26
|
*/
|
|
27
27
|
export function getRbacRoleInfo<
|
|
28
28
|
R = API.ResponseDataPubRoleResourceBo,
|
|
@@ -43,7 +43,7 @@ export function getRbacRoleInfo<
|
|
|
43
43
|
* @description 角色删除
|
|
44
44
|
* @url /rbac/role/roleDelete
|
|
45
45
|
* @method GET
|
|
46
|
-
* @author @pubinfo/openapi
|
|
46
|
+
* @author @pubinfo-pr/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function getRbacRoleRoleDelete<
|
|
49
49
|
R = API.ResponseDataVoid,
|
|
@@ -64,7 +64,7 @@ export function getRbacRoleRoleDelete<
|
|
|
64
64
|
* @description 角色不分页查询
|
|
65
65
|
* @url /rbac/role/roleList
|
|
66
66
|
* @method GET
|
|
67
|
-
* @author @pubinfo/openapi
|
|
67
|
+
* @author @pubinfo-pr/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function getRbacRoleRoleList<
|
|
70
70
|
R = API.ResponseDataListPubRole,
|
|
@@ -79,7 +79,7 @@ export function getRbacRoleRoleList<
|
|
|
79
79
|
* @description 角色分页查询
|
|
80
80
|
* @url /rbac/role/rolePage
|
|
81
81
|
* @method POST
|
|
82
|
-
* @author @pubinfo/openapi
|
|
82
|
+
* @author @pubinfo-pr/openapi
|
|
83
83
|
*/
|
|
84
84
|
export function postRbacRoleRolePage<
|
|
85
85
|
R = API.ResponseDataPageDataPubRoleBo,
|
|
@@ -100,7 +100,7 @@ export function postRbacRoleRolePage<
|
|
|
100
100
|
* @description 角色编辑
|
|
101
101
|
* @url /rbac/role/roleUpdate
|
|
102
102
|
* @method POST
|
|
103
|
-
* @author @pubinfo/openapi
|
|
103
|
+
* @author @pubinfo-pr/openapi
|
|
104
104
|
*/
|
|
105
105
|
export function postRbacRoleRoleUpdate<
|
|
106
106
|
R = API.ResponseDataPubRoleBo,
|
|
@@ -121,7 +121,7 @@ export function postRbacRoleRoleUpdate<
|
|
|
121
121
|
* @description 角色用户分页查询
|
|
122
122
|
* @url /rbac/role/roleUserPage
|
|
123
123
|
* @method POST
|
|
124
|
-
* @author @pubinfo/openapi
|
|
124
|
+
* @author @pubinfo-pr/openapi
|
|
125
125
|
*/
|
|
126
126
|
export function postRbacRoleRoleUserPage<
|
|
127
127
|
R = API.ResponseDataPageDataPubUserOrgRoleBo,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 删除PubRoleGroup 根据ID删除PubRoleGroup
|
|
5
5
|
* @url /rbac/pubRoleGroup/delete
|
|
6
6
|
* @method DELETE
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function deleteRbacPubRoleGroupDelete<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function deleteRbacPubRoleGroupDelete<
|
|
|
29
29
|
* @description 获取所有PubRoleGroup 返回所有pub_角色组列表
|
|
30
30
|
* @url /rbac/pubRoleGroup/getAll
|
|
31
31
|
* @method GET
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function getRbacPubRoleGroupGetAll<
|
|
35
35
|
R = API.ResponseDataListPubRoleGroup,
|
|
@@ -50,7 +50,7 @@ export function getRbacPubRoleGroupGetAll<
|
|
|
50
50
|
* @description 根据ID获取pub_角色组 返回指定ID的pub_角色组
|
|
51
51
|
* @url /rbac/pubRoleGroup/getById
|
|
52
52
|
* @method GET
|
|
53
|
-
* @author @pubinfo/openapi
|
|
53
|
+
* @author @pubinfo-pr/openapi
|
|
54
54
|
*/
|
|
55
55
|
export function getRbacPubRoleGroupGetById<
|
|
56
56
|
R = API.ResponseDataPubRoleGroup,
|
|
@@ -71,7 +71,7 @@ export function getRbacPubRoleGroupGetById<
|
|
|
71
71
|
* @description 根据ID获取角色组中授权角色 根据ID获取角色组中授权角色
|
|
72
72
|
* @url /rbac/pubRoleGroup/getGrantRolesById
|
|
73
73
|
* @method GET
|
|
74
|
-
* @author @pubinfo/openapi
|
|
74
|
+
* @author @pubinfo-pr/openapi
|
|
75
75
|
*/
|
|
76
76
|
export function getRbacPubRoleGroupGetGrantRolesById<
|
|
77
77
|
R = API.ResponseDataPubRoleGroup,
|
|
@@ -92,7 +92,7 @@ export function getRbacPubRoleGroupGetGrantRolesById<
|
|
|
92
92
|
* @description 分页查询PubRoleGroup 返回pub_角色组分页
|
|
93
93
|
* @url /rbac/pubRoleGroup/pageQuery
|
|
94
94
|
* @method POST
|
|
95
|
-
* @author @pubinfo/openapi
|
|
95
|
+
* @author @pubinfo-pr/openapi
|
|
96
96
|
*/
|
|
97
97
|
export function postRbacPubRoleGroupPageQuery<
|
|
98
98
|
R = API.ResponseDataPageDataPubRoleGroup,
|
|
@@ -113,7 +113,7 @@ export function postRbacPubRoleGroupPageQuery<
|
|
|
113
113
|
* @description 创建pub_角色组 根据请求体创建一个新的pub_角色组
|
|
114
114
|
* @url /rbac/pubRoleGroup/save
|
|
115
115
|
* @method POST
|
|
116
|
-
* @author @pubinfo/openapi
|
|
116
|
+
* @author @pubinfo-pr/openapi
|
|
117
117
|
*/
|
|
118
118
|
export function postRbacPubRoleGroupSave<
|
|
119
119
|
R = API.ResponseDataPubRoleGroup,
|
|
@@ -134,7 +134,7 @@ export function postRbacPubRoleGroupSave<
|
|
|
134
134
|
* @description 更新PubRoleGroup 根据ID更新PubRoleGroup的详细信息
|
|
135
135
|
* @url /rbac/pubRoleGroup/update
|
|
136
136
|
* @method POST
|
|
137
|
-
* @author @pubinfo/openapi
|
|
137
|
+
* @author @pubinfo-pr/openapi
|
|
138
138
|
*/
|
|
139
139
|
export function postRbacPubRoleGroupUpdate<
|
|
140
140
|
R = API.ResponseDataPubRoleGroup,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 数据权限不分页下拉列表
|
|
5
5
|
* @url /rbac/pubDataPermissions/dataPermissionList
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacPubDataPermissionsDataPermissionList<
|
|
10
10
|
R = API.ResponseDataListshujuquanxianshituduixiang,
|
|
@@ -19,7 +19,7 @@ export function getRbacPubDataPermissionsDataPermissionList<
|
|
|
19
19
|
* @description 删除数据权限 根据ID删除PubDataPermissions
|
|
20
20
|
* @url /rbac/pubDataPermissions/delete
|
|
21
21
|
* @method DELETE
|
|
22
|
-
* @author @pubinfo/openapi
|
|
22
|
+
* @author @pubinfo-pr/openapi
|
|
23
23
|
*/
|
|
24
24
|
export function deleteRbacPubDataPermissionsDelete<
|
|
25
25
|
R = API.ResponseDataVoid,
|
|
@@ -44,7 +44,7 @@ export function deleteRbacPubDataPermissionsDelete<
|
|
|
44
44
|
* @description 根据ID获取数据权限详情 返回指定ID的数据权限主表
|
|
45
45
|
* @url /rbac/pubDataPermissions/getById
|
|
46
46
|
* @method GET
|
|
47
|
-
* @author @pubinfo/openapi
|
|
47
|
+
* @author @pubinfo-pr/openapi
|
|
48
48
|
*/
|
|
49
49
|
export function getRbacPubDataPermissionsGetById<
|
|
50
50
|
R = API.ResponseDatashujuquanxianbianjiduixiang,
|
|
@@ -65,7 +65,7 @@ export function getRbacPubDataPermissionsGetById<
|
|
|
65
65
|
* @description 获取用户各组织数据权限
|
|
66
66
|
* @url /rbac/pubDataPermissions/getUserOrgDataPermissionList
|
|
67
67
|
* @method POST
|
|
68
|
-
* @author @pubinfo/openapi
|
|
68
|
+
* @author @pubinfo-pr/openapi
|
|
69
69
|
*/
|
|
70
70
|
export function postRbacPubDataPermissionsGetUserOrgDataPermissionList<
|
|
71
71
|
R = API.ResponseDatashouquanshujuquanxianduixiang,
|
|
@@ -90,7 +90,7 @@ export function postRbacPubDataPermissionsGetUserOrgDataPermissionList<
|
|
|
90
90
|
* @description 授权数据权限
|
|
91
91
|
* @url /rbac/pubDataPermissions/grantDataPermission
|
|
92
92
|
* @method POST
|
|
93
|
-
* @author @pubinfo/openapi
|
|
93
|
+
* @author @pubinfo-pr/openapi
|
|
94
94
|
*/
|
|
95
95
|
export function postRbacPubDataPermissionsGrantDataPermission<
|
|
96
96
|
R = API.ResponseDataVoid,
|
|
@@ -115,7 +115,7 @@ export function postRbacPubDataPermissionsGrantDataPermission<
|
|
|
115
115
|
* @description 编辑角色和授权数据权限
|
|
116
116
|
* @url /rbac/pubDataPermissions/grantUserRoleAndDatPermission
|
|
117
117
|
* @method POST
|
|
118
|
-
* @author @pubinfo/openapi
|
|
118
|
+
* @author @pubinfo-pr/openapi
|
|
119
119
|
*/
|
|
120
120
|
export function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<
|
|
121
121
|
R = API.ResponseDataVoid,
|
|
@@ -140,7 +140,7 @@ export function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<
|
|
|
140
140
|
* @description 分页查询数据权限 返回数据权限主表分页
|
|
141
141
|
* @url /rbac/pubDataPermissions/pageQuery
|
|
142
142
|
* @method POST
|
|
143
|
-
* @author @pubinfo/openapi
|
|
143
|
+
* @author @pubinfo-pr/openapi
|
|
144
144
|
*/
|
|
145
145
|
export function postRbacPubDataPermissionsPageQuery<
|
|
146
146
|
R = API.ResponseDataPageDatashujuquanxianshituduixiang,
|
|
@@ -161,7 +161,7 @@ export function postRbacPubDataPermissionsPageQuery<
|
|
|
161
161
|
* @description 创建数据权限 根据请求体创建一个新的数据权限主表
|
|
162
162
|
* @url /rbac/pubDataPermissions/save
|
|
163
163
|
* @method POST
|
|
164
|
-
* @author @pubinfo/openapi
|
|
164
|
+
* @author @pubinfo-pr/openapi
|
|
165
165
|
*/
|
|
166
166
|
export function postRbacPubDataPermissionsSave<
|
|
167
167
|
R = API.ResponseDataVoid,
|
|
@@ -182,7 +182,7 @@ export function postRbacPubDataPermissionsSave<
|
|
|
182
182
|
* @description 更新数据权限 根据ID更新PubDataPermissions的详细信息
|
|
183
183
|
* @url /rbac/pubDataPermissions/update
|
|
184
184
|
* @method POST
|
|
185
|
-
* @author @pubinfo/openapi
|
|
185
|
+
* @author @pubinfo-pr/openapi
|
|
186
186
|
*/
|
|
187
187
|
export function postRbacPubDataPermissionsUpdate<
|
|
188
188
|
R = API.ResponseDataPubDataPermissions,
|