|
@@ -44,7 +44,7 @@ export default new Router({
|
|
|
),
|
|
|
meta: {
|
|
|
title: "项目管理",
|
|
|
- icon: "form"
|
|
|
+ icon: "icon-xiangmuguanli"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -73,7 +73,7 @@ export default new Router({
|
|
|
component: Layout,
|
|
|
meta: {
|
|
|
title: "文件管理",
|
|
|
- icon: "example"
|
|
|
+ icon: "icon-wenjianguanli"
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -84,7 +84,7 @@ export default new Router({
|
|
|
),
|
|
|
meta: {
|
|
|
title: "建筑楼层管理",
|
|
|
- icon: "tree"
|
|
|
+ // icon: "tree"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -95,7 +95,7 @@ export default new Router({
|
|
|
),
|
|
|
meta: {
|
|
|
title: "模型修改任务",
|
|
|
- icon: "table"
|
|
|
+ // icon: "table"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -106,7 +106,7 @@ export default new Router({
|
|
|
redirect: "/maintain/device",
|
|
|
meta: {
|
|
|
title: "数据维护",
|
|
|
- icon: "nested"
|
|
|
+ icon: "icon-shujuweihu"
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -150,7 +150,7 @@ export default new Router({
|
|
|
redirect: "/scene/tiepoint",
|
|
|
meta: {
|
|
|
title: "现场实施",
|
|
|
- icon: "nested"
|
|
|
+ icon: "icon-xianchangshishi"
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -184,7 +184,7 @@ export default new Router({
|
|
|
component: Layout,
|
|
|
meta: {
|
|
|
title: "一致性检查工具",
|
|
|
- icon: "nested"
|
|
|
+ icon: "icon-yizhixingjianchagongju"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -192,7 +192,15 @@ export default new Router({
|
|
|
component: Layout,
|
|
|
meta: {
|
|
|
title: "模型检查工具",
|
|
|
- icon: "nested"
|
|
|
+ icon: "icon-moxingjianchagongju"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "/management",
|
|
|
+ component: Layout,
|
|
|
+ meta: {
|
|
|
+ title: "综合管理与其他",
|
|
|
+ icon: "icon-zongheguanliyuqita"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -201,7 +209,7 @@ export default new Router({
|
|
|
redirect: "noredirect",
|
|
|
meta: {
|
|
|
title: "错误页面",
|
|
|
- icon: "nested"
|
|
|
+ icon: "icon-weihubangzhu"
|
|
|
},
|
|
|
children: [
|
|
|
{
|