Commit f9fcf025 authored by 皮倩雯's avatar 皮倩雯

fix: '修复集成登录bug'

parent a91c5070
Pipeline #57572 passed with stages
......@@ -207,9 +207,12 @@ const AddModal = props => {
if (obj.iconUrl.file) {
obj.iconUrl = obj.iconUrl.file.response.data;
}
// let data = [];
let data = obj.coordinate.split(',');
let data = [];
if (obj.coordinate) {
data = obj.coordinate.split(',');
console.log(data);
}
if (type === 'add') {
AddIntegratedLogin({
systemName: obj.systemName,
......
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