[UI] dialog and redirect for no active domain

This commit is contained in:
xue jiahao
2024-11-27 16:01:18 +08:00
parent df5b012bcd
commit 024645e16a
7 changed files with 59 additions and 18 deletions

View File

@@ -47,7 +47,8 @@ const essentialLinks: EssentialLinkProps[] = [
caption: '設計書から導入する',
icon: 'home',
link: '/',
target: '_self'
target: '_self',
disable: !authStore.hasDomain
},
// {
// title: 'フローエディター',
@@ -61,7 +62,8 @@ const essentialLinks: EssentialLinkProps[] = [
caption: 'アプリを管理する',
icon: 'widgets',
link: '/#/app',
target: '_self'
target: '_self',
disable: !authStore.hasDomain
},
// {
// title: '条件エディター',