|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
nav: [{ text: '主页', link: '/' },
|
|
|
{ text: '物理世界', link: '/rwd/' },
|
|
|
{ text: '人员组织权限', link: '/org/' },
|
|
|
- { text: '数据字典', link: '/dic/'}
|
|
|
+ { text: '数据标准化', link: '/dic/'}
|
|
|
],
|
|
|
|
|
|
sidebarDepth: 1,
|
|
@@ -18,7 +18,6 @@ module.exports = {
|
|
|
title: '人员组织权限',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
- // {title: '建表语句', path: '/org/org_ddl_sql'},
|
|
|
{title: '接口文档', path: '/org/org_api'},
|
|
|
{title: '数据结构设计', path: '/org/org_design'}
|
|
|
]
|
|
@@ -29,7 +28,6 @@ module.exports = {
|
|
|
title: '数据标准化',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
- // {title: '建表语句', path: '/dic/dic_ddl_sql'},
|
|
|
{title: '接口文档', path: '/dic/dic_api'},
|
|
|
{title: '数据结构设计', path: '/dic/dic_design'}
|
|
|
]
|