feat: There is no way the, 配置公开搜索中心 外部访问

This commit is contained in:
super_liu
2022-04-14 14:08:56 +08:00
parent 2e7186cb78
commit d6cdf051ae
7 changed files with 3328 additions and 9 deletions
+8
View File
@@ -561,6 +561,14 @@ export function loginIdm (data) {
})
}
export function checkPageNoEncryption (data) {
return axios({
url: '/api/checkPageNoEncryption',
method: 'get',
params: data
})
}
// 流程委托接口
export function changeAssigneeNew (data) {
return axios({