fix api call result

This commit is contained in:
xue jiahao
2024-11-27 11:19:15 +08:00
parent 0232e0d2c2
commit c5048a2ac3
5 changed files with 20 additions and 28 deletions

View File

@@ -102,13 +102,13 @@ const domainLinks: EssentialLinkProps[] = [
link: '/#/domain',
target: '_self'
},
// {
// title: 'ドメイン適用',
// caption: 'ユーザー使用可能なドメインの設定',
// icon: 'assignment_ind',
// link: '/#/userDomain',
// target: '_self'
// },
{
title: 'ドメイン適用',
caption: 'ユーザー使用可能なドメインの設定',
icon: 'assignment_ind',
link: '/#/userDomain',
target: '_self'
},
];
const adminLinks: EssentialLinkProps[] = [