Commit bd23763c by liangzhen

架构文档管理 替换

1 parent 042ec9bb
...@@ -121,7 +121,7 @@ export const routes = [ ...@@ -121,7 +121,7 @@ export const routes = [
name: "techPoliticsFabric", name: "techPoliticsFabric",
component: () => import("@/views/tech-politics-fabric/index.vue"), component: () => import("@/views/tech-politics-fabric/index.vue"),
meta: { meta: {
title: "技术政策结构化", title: "架构文档管理",
}, },
}, },
{ {
......
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
} }
.content { .content {
padding-left: 20px; padding-left: 20px;
line-height: 32px; line-height: 25px;
} }
span { span {
display: inline-block; display: inline-block;
......
...@@ -100,7 +100,7 @@ export const menuOptions = [ ...@@ -100,7 +100,7 @@ export const menuOptions = [
children: [ children: [
{ {
name: '架构文档管理', name: '架构文档管理',
path: '/main/managementDoc', path: '/main/techPoliticsFabric',
}, },
], ],
}, },
......
This diff could not be displayed because it is too large.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!