|
@@ -89,7 +89,7 @@ export const routes: Routes = [
|
|
|
name: RouteName.organization,
|
|
name: RouteName.organization,
|
|
|
path: "organization",
|
|
path: "organization",
|
|
|
component: () => import("@/view/organization/index.vue"),
|
|
component: () => import("@/view/organization/index.vue"),
|
|
|
- meta: { title: "组织架构", iconSrc: 'svg/fire_organization.svg', icon: "iconfire_organization" },
|
|
|
|
|
|
|
+ meta: { title: "组织架构", iconSrc: 'svg/fire_organization.svg', icon: "icon-nav_organization" },
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: RouteName.role,
|
|
name: RouteName.role,
|
|
@@ -113,7 +113,7 @@ export const routes: Routes = [
|
|
|
name: RouteName.statistics,
|
|
name: RouteName.statistics,
|
|
|
path: "/statistics",
|
|
path: "/statistics",
|
|
|
component: () => import("@/view/statistics/index.vue"),
|
|
component: () => import("@/view/statistics/index.vue"),
|
|
|
- meta: { title: "数据统计", iconSrc: 'svg/data_s.svg', icon: "icondata_s" },
|
|
|
|
|
|
|
+ meta: { title: "数据统计", iconSrc: 'svg/data_s.svg', icon: "icon-nav_statistics" },
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: RouteName.setting,
|
|
name: RouteName.setting,
|