From 3fb15e1ea522e8d41c8cbfed11ffbbf84f2e07e3 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 3 Mar 2025 11:52:59 +0800 Subject: [PATCH] 11 --- src/components/FootBar.vue | 24 ++++++++-------- src/components/NavBar.vue | 28 +++++++++++-------- src/router/index.js | 26 ++++++++--------- src/views/About/CompanyIntroduction/Index.vue | 6 ++-- src/views/Home/Index.vue | 16 +++++------ 5 files changed, 52 insertions(+), 48 deletions(-) diff --git a/src/components/FootBar.vue b/src/components/FootBar.vue index 50a0b77..95399a5 100644 --- a/src/components/FootBar.vue +++ b/src/components/FootBar.vue @@ -148,23 +148,23 @@ export default { { title: '关于我们', children: [ - { title: '简介', path: '/fshg.cc/about#screen1' }, - { title: '使命', path: '/fshg.cc/about#screen3' }, - { title: '愿景', path: '/fshg.cc/about#screen4' }, - { title: '价值观', path: '/fshg.cc/about#screen5' }, + { title: '简介', path: '/about#screen1' }, + { title: '使命', path: '/about#screen3' }, + { title: '愿景', path: '/about#screen4' }, + { title: '价值观', path: '/about#screen5' }, ], }, { title: '业务领域', children: [ - { title: '资本服务', path: '/Cs.futurestar.cc' }, - { title: '高新技术', path: '/Tech.futurestar.cc' }, - { title: '能源与环境', path: '/EE.futurestar.cc' }, - { title: '全球供应链', path: '/GSC.futurestar.cc' }, - { title: '商业管理', path: '/BM.futurestar.cc' }, - { title: '健康产业', path: '/HI.futurestar.cc' }, - { title: '基础设施', path: '/BI.futurestar.cc' }, - { title: '未来农业', path: '/FA.futurestar.cc' }, + { title: '资本服务', path: '/CS' }, + { title: '高新技术', path: '/TECH' }, + { title: '能源与环境', path: '/EE' }, + { title: '全球供应链', path: '/SCM' }, + { title: '商业管理', path: '/BM' }, + { title: '健康产业', path: '/HI' }, + { title: '基础设施', path: '/BI' }, + { title: '未来农业', path: '/AD' }, ], }, { diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 79a869a..944052c 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -86,20 +86,20 @@ export default { menus: [ { title: '首页', - path: '/fshg.cc/home', + path: '/home', }, - { title: '关于我们', path: '/fshg.cc/about' }, + { title: '关于我们', path: '/about' }, { title: '业务领域', children: [ - { title: '资本服务', path: '/Cs.futurestar.cc' }, - { title: '高新技术', path: '/Tech.futurestar.cc' }, - { title: '能源与环境', path: '/EE.futurestar.cc' }, - { title: '全球供应链', path: '/GSC.futurestar.cc' }, - { title: '商业管理', path: '/BM.futurestar.cc' }, - { title: '健康产业', path: '/HI.futurestar.cc' }, - { title: '基础设施', path: '/BI.futurestar.cc' }, - { title: '未来农业', path: '/FA.futurestar.cc' }, + { title: '资本服务', path: '/CS' }, + { title: '高新技术', path: '/TECH' }, + { title: '能源与环境', path: '/EE' }, + { title: '全球供应链', path: '/SCM' }, + { title: '商业管理', path: '/BM' }, + { title: '健康产业', path: '/HI' }, + { title: '基础设施', path: '/BI' }, + { title: '未来农业', path: '/AD' }, ], }, { @@ -126,10 +126,14 @@ export default { { title: '招募信息', path: '/recruit/socialRecruit' }, ], }, - { title: '联系我们', path: '/fshg.cc/ContactUs' }, + { title: '联系我们', path: '/CU' }, + // { + // title: '供应商登录', + // jump: 'http://117.72.41.220:9097', + // }, { title: '供应商登录', - jump: 'http://117.72.41.220:9097', + path: '/', }, { title: '登录', diff --git a/src/router/index.js b/src/router/index.js index 7b1cec4..67f0b60 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10,10 +10,10 @@ const RouteView = { const routes = [ { path: '/', - redirect: '/fshg.cc/home', + redirect: '/home', }, { - path: '/fshg.cc/home', + path: '/home', component: (resolve) => require(['../views/Home/Index.vue'], resolve), }, { @@ -21,42 +21,42 @@ const routes = [ component: RouteView, children: [ { - path: '/Cs.futurestar.cc', + path: '/CS', component: (resolve) => require(['../views/Business/CapitalServices/Index.vue'], resolve), }, { - path: '/Tech.futurestar.cc', + path: '/TECH', component: (resolve) => require(['../views/Business/HighTech/Index.vue'], resolve), }, { - path: '/EE.futurestar.cc', + path: '/EE', component: (resolve) => require(['../views/Business/EnergyEnvironment/Index.vue'], resolve), }, { - path: '/GSC.futurestar.cc', + path: '/SCM', component: (resolve) => require(['../views/Business/GlobalSupplyChain/Index.vue'], resolve), }, { - path: '/BM.futurestar.cc', + path: '/BM', component: (resolve) => require(['../views/Business/Commercial/Index.vue'], resolve), }, { - path: '/HI.futurestar.cc', + path: '/HI', component: (resolve) => require(['../views/Business/HealthIndustry/Index.vue'], resolve), }, { - path: '/BI.futurestar.cc', + path: '/BI', component: (resolve) => require(['../views/Business/Construction/Index.vue'], resolve), }, { - path: '/FA.futurestar.cc', + path: '/AD', component: (resolve) => require(['../views/Business/FutureAgriculture/Index.vue'], resolve), }, @@ -134,12 +134,12 @@ const routes = [ component: RouteView, children: [ { - path: '/fshg.cc/about', + path: '/about', component: (resolve) => require(['../views/About/CompanyIntroduction/Index.vue'], resolve), }, { - path: '/fshg.cc/ContactUs', + path: '/CU', component: (resolve) => require(['../views/About/ContactUs/Index.vue'], resolve), }, @@ -184,7 +184,7 @@ const routes = [ ], }, { - path: '/Invest', + path: '/investor', component: RouteView, redirect: '/cooperationOffer', children: [ diff --git a/src/views/About/CompanyIntroduction/Index.vue b/src/views/About/CompanyIntroduction/Index.vue index 44147e7..7cde319 100644 --- a/src/views/About/CompanyIntroduction/Index.vue +++ b/src/views/About/CompanyIntroduction/Index.vue @@ -22,12 +22,12 @@ class="box-posi-abs" style="--w:100%;--h: 407rem;--t:50%;--l:0;z-index:10;color:#ffffff;display: flex;flex-direction: column;align-items: left;padding: 0rem 60rem;transform: translateY(-50%);" > -