File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" dashboard-container" >
3
3
<div class =" dashboard-text" >欢迎您: {{ name }}</div >
4
- <h3 >上线注意事项列表 </h3 >
4
+ <h3 >帮助向导 </h3 >
5
5
<ul class =" attention-list" >
6
6
<li v-for =" (item, index) in attentionItems" :key =" index" class =" attention-list__item" >
7
7
<div class =" title" >
@@ -24,9 +24,31 @@ export default {
24
24
return {
25
25
attentionItems: [
26
26
{
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移动端等可查看授权服务相关内容'
30
52
}
31
53
]
32
54
}
You can’t perform that action at this time.
0 commit comments