|
@@ -9,7 +9,7 @@ module.exports = {
|
|
|
{ text: '物理世界', link: '/rwd/' },
|
|
|
{ text: '人员组织权限', link: '/org/' },
|
|
|
{ text: '数据标准化', link: '/dic/'},
|
|
|
- { text: '任务调度', link: '/dpt/' },
|
|
|
+ { text: '任务调度', link: '/task/' },
|
|
|
{ text: '报警系统', link: '/alarm/'}
|
|
|
],
|
|
|
|
|
@@ -45,13 +45,13 @@ module.exports = {
|
|
|
]
|
|
|
}
|
|
|
],
|
|
|
- '/dpt': [
|
|
|
+ '/task': [
|
|
|
{
|
|
|
title: '数据标准化',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
- {title: '接口文档', path: '/dpt/dpt_api'},
|
|
|
- {title: '数据结构设计', path: '/dpt/dpt_design'}
|
|
|
+ {title: '接口文档', path: '/task/task_api'},
|
|
|
+ {title: '数据结构设计', path: '/task/task_design'}
|
|
|
]
|
|
|
}
|
|
|
],
|