123456789101112131415161718192021222324252627282930 |
- export const coreMenu = [
- {
- path: '/talk/list/in',
- name: '校内宣讲会',
- },
- {
- path: '/talk/list/out',
- name: '校外宣讲会',
- },
- {
- path: '/jobfair/list/in',
- name: '校内招聘会',
- },
- {
- path: '/jobfair/list/out',
- name: '校外招聘会',
- },
- {
- path: '/jobinfo/list',
- name: '在线招聘',
- },
- {
- path: '/jobs/list/official',
- name: '正式岗位',
- },
- {
- path: '/jobs/list/internship',
- name: '实习岗位',
- },
- ];
|