Commit 283bf7be authored by 涂伟's avatar 涂伟

feat: '运维新增用户导入导出'

parent 36469bf1
......@@ -414,4 +414,39 @@
}
.titleSearch {
color: #f50;
}
.modalContent {
width: 100%;
height: 100%;
.ant-form-item-feedback-icon {
margin-left: 10px;
}
.formBox {
position: relative;
.ant-input-password-icon {
margin-top: 6px;
}
.tipsText {
position: absolute;
right: 40px;
top: 7px;
z-index: 11;
}
.tipsGreen {
color: limegreen;
}
.tipsRed {
color: red;
}
.tipsOrange {
color: coral;
}
}
}
\ No newline at end of file
......@@ -201,5 +201,12 @@ export const SysConfiguration = params =>
// 是否加入白名单
export const AddUserAppBindWhiteList = params =>
get(`/PandaOMS/OMS/AddUserAppBindWhiteList`, params);
// 导出用户
export const ExportUserData = params => get(`${PUBLISH_SERVICE}/UserCenter/ExportUserData`, params);
// 导入用户
export const ImportAccountData = params =>
post(`${PUBLISH_SERVICE}/UserCenter/ImportAccountData`, params);
// export const DeleteOUNew = params =>
// get(`${PUBLISH_SERVICE}/UserCenter/DeleteOU`, params)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment