diff --git a/src/components/footView.vue b/src/components/footView.vue new file mode 100644 index 0000000..40a0619 --- /dev/null +++ b/src/components/footView.vue @@ -0,0 +1,105 @@ + + + + + + + logo + + + 致力于为企业提供专业的数字化转型解决方案,助力企业实现智能化升级。 + + + 解决方案 + 智慧办公 + 智能制造 + 数据智能 + 云服务 + + + 关于我们 + 公司简介 + 发展历程 + 企业文化 + 联系我们 + + + 联系我们 + 电话:400-888-8888 + 邮箱:huiqing@huiqing-cd.com + 地址:四川成都 + + + + @2024 Company All rights reserved + + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 695d3f0..896f75a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,6 +1,7 @@ import { createRouter, createWebHistory } from 'vue-router' import HomeView from '../views/home/homeView.vue' + const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ @@ -8,7 +9,8 @@ const router = createRouter({ path: '/', name: 'home', component: HomeView, - } + }, + ], }) diff --git a/src/views/home/homeView.vue b/src/views/home/homeView.vue index 73b412c..9c2940b 100644 --- a/src/views/home/homeView.vue +++ b/src/views/home/homeView.vue @@ -5,8 +5,12 @@ import s2 from '../../assets/images/lbt2.jpeg' import s3 from '../../assets/images/lbt3.jpeg' import tb1 from '../../assets/images/tb1.png' import { ref, onMounted } from 'vue' +import FootView from '../../components/footView.vue' export default { + components: { + FootView, + }, data() { return { imagePath: { @@ -68,7 +72,7 @@ export default { - + @@ -250,12 +254,222 @@ export default { + + + 解决方案 + + + 金融解决方案 + + 为金融机构提供智能风控、数据分析、客户画像等全方位解决方案,助力数字化转型 + + + + 智能风控系统 + + + 数据分析平台 + + + 客户画像系统 + + + + + + + + + + 联系我们 + + 姓名 + + + + + + 邮箱 + + + + + + 需求描述 + + + + + 提交 + + + + + + 联系方式 + + + + 电话 + 400-888-8888 + + + + + + 邮箱 + huiqing@huiqing-cd.com + + + + + + 地址 + 四川成都 + + + + + + + + +