Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Scorrt-2021 committed Apr 2, 2022
2 parents 9de47cb + 6d2a317 commit 286b1ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/dashboard/index.vue
Expand Up @@ -25,22 +25,22 @@ export default {
attentionItems: [
{
title: '新手指南',
titleUrl: 'https://www.diboot.com/docs/beginner/bootstrap.html',
titleUrl: 'https://www.diboot.com/guide/beginner/bootstrap.html',
description: 'diboot新用户,先通读官网文档'
},
{
title: '配置角色&资源权限',
titleUrl: 'https://www.diboot.com/docs/diboot-element-admin/permission.html',
titleUrl: 'https://www.diboot.com/guide/diboot-element-admin/permission.html',
description: '参考链接官网文档,配置资源权限'
},
{
title: '后端打包时剔除devtools',
titleUrl: 'https://www.diboot.com/docs/diboot-devtools/introduce.html',
titleUrl: 'https://www.diboot.com/guide/diboot-devtools/introduce.html',
description: 'diboot-devtools 是用于开发过程的助手工具,打包发布前须剔除devtools jar,具体请参考链接官网文档。'
},
{
title: '常用问题FAQ',
titleUrl: 'https://www.diboot.com/docs/notes/faq/main.html',
titleUrl: 'https://www.diboot.com/guide/spring-boot/faq.html',
description:
'使用中有疑问可参考FAQ 或 通过github/gitee查找技术交流群沟通'
},
Expand Down

0 comments on commit 286b1ca

Please sign in to comment.