Skip to content

Commit 5a2cc22

Browse files
committed
* 更新帮助条目
1 parent 0d0cce5 commit 5a2cc22

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

src/views/dashboard/index.vue

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="dashboard-container">
33
<div class="dashboard-text">欢迎您: {{ name }}</div>
4-
<h3>上线注意事项列表</h3>
4+
<h3>帮助向导</h3>
55
<ul class="attention-list">
66
<li v-for="(item, index) in attentionItems" :key="index" class="attention-list__item">
77
<div class="title">
@@ -24,9 +24,31 @@ export default {
2424
return {
2525
attentionItems: [
2626
{
27-
title: '权限配置上线注意事项',
28-
titleUrl: 'https://www.diboot.com/guide/diboot-element-admin/%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6.html#%E8%8F%9C%E5%8D%95%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86',
29-
description: '描述内容'
27+
title: '新手指南',
28+
titleUrl: 'https://www.diboot.com/guide/newer/beginner.html',
29+
description: 'diboot新用户,先通读官网文档'
30+
},
31+
{
32+
title: '配置角色&资源权限',
33+
titleUrl: 'https://www.diboot.com/guide/diboot-antd-admin/%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6.html#%E8%8F%9C%E5%8D%95%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86',
34+
description: '参考链接官网文档,配置资源权限'
35+
},
36+
{
37+
title: '后端打包时剔除devtools',
38+
titleUrl: 'https://www.diboot.com/guide/diboot-devtools/开始使用.html',
39+
description: 'diboot-devtools 是用于开发过程的助手工具,打包发布前须剔除devtools jar,具体请参考链接官网文档。'
40+
},
41+
{
42+
title: '常用问题FAQ',
43+
titleUrl: 'https://www.diboot.com/guide/notes/faq/main.html',
44+
description:
45+
'使用中有疑问可参考FAQ 或 通过github/gitee查找技术交流群沟通'
46+
},
47+
{
48+
title: 'diboot企业版支持',
49+
titleUrl: 'https://www.diboot.com/ent/service.html',
50+
description:
51+
'devtools高级功能、diboot-cloud微服务版本、diboot-workflow工作流、diboot-mobile移动端等可查看授权服务相关内容'
3052
}
3153
]
3254
}

0 commit comments

Comments
 (0)