This commit is contained in:
wangchengming 2025-02-17 17:32:58 +08:00
parent 2e7f07b688
commit ddb337b0de
3 changed files with 15 additions and 15 deletions

View File

@ -148,10 +148,10 @@ export default {
{ {
title: '关于我们', title: '关于我们',
children: [ children: [
{ title: '简介', path: '/cnkhp.com/about#screen1' }, { title: '简介', path: '/about#screen1' },
{ title: '使命和愿景', path: '/cnkhp.com/about#screen3' }, { title: '使命和愿景', path: '/about#screen3' },
{ title: '理念和价值观', path: '/cnkhp.com/about#screen4' }, { title: '理念和价值观', path: '/about#screen4' },
{ title: '感恩', path: '/cnkhp.com/about#screen5' }, { title: '感恩', path: '/about#screen5' },
], ],
}, },
{ {

View File

@ -57,9 +57,9 @@
menus: [ menus: [
{ {
title: '首页', title: '首页',
path: '/cnkhp.com/home' path: '/home'
}, },
{ title: '关于我们', path: '/cnkhp.com/about' }, { title: '关于我们', path: '/about' },
{ {
title: '业务范围', title: '业务范围',
children: [ children: [
@ -97,7 +97,7 @@
{ title: '招募公告', path: '/recruit/socialRecruit' } { title: '招募公告', path: '/recruit/socialRecruit' }
] ]
}, },
{ title: '联系我们', path: '/cnkhp.com/CU' }, { title: '联系我们', path: '/CU' },
// { // {
// title: '', // title: '',
// jump: 'http://117.72.41.220:9097' // jump: 'http://117.72.41.220:9097'

View File

@ -10,14 +10,14 @@ const RouteView = {
const routes = [ const routes = [
{ {
path: '/', path: '/',
redirect: '/cnkhp.com/home', redirect: '/home',
}, },
{ {
path: '/cnkhp.com/home', path: '/home',
component: (resolve) => require(['../views/Home/Index.vue'], resolve), component: (resolve) => require(['../views/Home/Index.vue'], resolve),
}, },
{ {
path: '/cnkhp.com/business', path: '/business',
component: RouteView, component: RouteView,
children: [ children: [
{ {
@ -83,7 +83,7 @@ const routes = [
], ],
}, },
{ {
path: '/cnkhp.com/news', path: '/news',
component: RouteView, component: RouteView,
redirect: '/companyInformation', redirect: '/companyInformation',
children: [ children: [
@ -134,12 +134,12 @@ const routes = [
component: RouteView, component: RouteView,
children: [ children: [
{ {
path: '/cnkhp.com/about', path: '/about',
component: (resolve) => component: (resolve) =>
require(['../views/About/CompanyIntroduction/Index.vue'], resolve), require(['../views/About/CompanyIntroduction/Index.vue'], resolve),
}, },
{ {
path: '/cnkhp.com/CU', path: '/CU',
component: (resolve) => component: (resolve) =>
require(['../views/About/ContactUs/Index.vue'], resolve), require(['../views/About/ContactUs/Index.vue'], resolve),
}, },
@ -168,7 +168,7 @@ const routes = [
], ],
}, },
{ {
path: '/cnkhp.com/HR', path: '/HR',
component: RouteView, component: RouteView,
children: [ children: [
{ {
@ -184,7 +184,7 @@ const routes = [
], ],
}, },
{ {
path: '/cnkhp.com/IC', path: '/IC',
component: RouteView, component: RouteView,
redirect: '/cooperationOffer', redirect: '/cooperationOffer',
children: [ children: [