| | |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { confirm, DocAlert, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { confirm, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { isEmpty } from '../../../../packages/utils/src'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="OAuth 2.0(SSO 单点登录)" |
| | | url="https://doc.iocoder.cn/oauth2/" |
| | | /> |
| | | </template> |
| | | |
| | | <Grid table-title="令牌列表"> |
| | | <Page auto-content-height><Grid table-title="令牌列表"> |
| | | <template #toolbar-tools> |
| | | <TableAction |
| | | :actions="[ |