|
|
@@ -1,5 +1,5 @@ |
|
|
|
import type { AppRouteRecordRaw, AppRouteModule } from '@/router/types'; |
|
|
|
import { HomeOutlined } from '@ant-design/icons-vue'; |
|
|
|
import { HomeOutlined, SettingOutlined, ApartmentOutlined, FileImageOutlined, SoundOutlined, BarChartOutlined, FolderOpenOutlined, InfoCircleOutlined} from '@ant-design/icons-vue'; |
|
|
|
import { routerList } from './routerList'; |
|
|
|
|
|
|
|
// 权限管理 |
|
|
@@ -9,7 +9,7 @@ const PermissionRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Permission, |
|
|
|
meta: { |
|
|
|
title: '权限管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: ApartmentOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -50,7 +50,7 @@ const CompanyRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Company, |
|
|
|
meta: { |
|
|
|
title: '企业管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: FolderOpenOutlined |
|
|
|
}, |
|
|
|
children: [{ |
|
|
|
path: '/member', |
|
|
@@ -147,7 +147,7 @@ const JokSeekerRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.JobSeeker, |
|
|
|
meta: { |
|
|
|
title: '求职者管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: FolderOpenOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -178,7 +178,7 @@ const JokFairRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.JokFair, |
|
|
|
meta: { |
|
|
|
title: '招聘会管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: FolderOpenOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -209,7 +209,7 @@ const InformationRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Information, |
|
|
|
meta: { |
|
|
|
title: '资讯管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: FileImageOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -241,7 +241,7 @@ const AdvertisementRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Advertisement, |
|
|
|
meta: { |
|
|
|
title: '广告/活动管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: SoundOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -273,7 +273,7 @@ const ActivityRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Activity, |
|
|
|
meta: { |
|
|
|
title: '活动管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: SoundOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
// { |
|
|
@@ -305,7 +305,7 @@ const StatisticsRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Statistics, |
|
|
|
meta: { |
|
|
|
title: '统计管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: BarChartOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
@@ -425,7 +425,7 @@ const SettingRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Setting, |
|
|
|
meta: { |
|
|
|
title: '系统设置', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: SettingOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
// { |
|
|
@@ -457,7 +457,7 @@ const OtherRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Other, |
|
|
|
meta: { |
|
|
|
title: '其他设置', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: SettingOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
// { |
|
|
@@ -489,7 +489,7 @@ const FeedbackRoute : AppRouteRecordRaw = { |
|
|
|
component: routerList.Feedback, |
|
|
|
meta: { |
|
|
|
title: '反馈管理', |
|
|
|
icon: HomeOutlined |
|
|
|
icon: InfoCircleOutlined |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
// { |