diff --git a/assets/index.css b/assets/index.css
index 1c5ed45..15c7b26 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -143,7 +143,7 @@
.group_3 {
width: 100%;
- height: 613px;
+ height: 681px;
background: url(public/img/bg-c.png) 100% no-repeat;
background-size: 100% 100%;
gap: 150px;
@@ -320,7 +320,7 @@
.box_5 {
position: relative;
width: 100%;
- height: 648px;
+ height: 991px;
background: url(public/img/bg-b.png) 100% no-repeat;
background-size: 100% 100%;
justify-content: flex-center;
@@ -348,11 +348,27 @@
height: 440px;
}
+.section_2s {
+ background-image: linear-gradient( 180deg, rgba(108, 169, 255, 0.2) 0%, rgba(255,255,255,0.2) 49%);
+ border-radius: 8px 8px 8px 8px;
+ height: 745px;
+ background-color:#ffffff;
+}
+.section_2sa{
+ background-image: linear-gradient( 180deg, rgba(252, 116, 40, 0.2) 0%, rgba(255,255,255,0.2) 49%);
+ border-radius: 8px 8px 8px 8px;
+ height: 745px;
+ background-color:#ffffff;
+}
.group_6 {
- background-image: linear-gradient(270deg,
- rgba(248, 248, 248, 0) 0,
- rgba(255, 222, 204, 1)100%);
- height: 110px;
+ height: 154px;
+ width: 615px;
+ position: relative;
+ color: #0256FF;
+}
+.group_6s {
+ color: #FC7428;
+ height: 154px;
width: 615px;
position: relative;
}
@@ -376,11 +392,10 @@
}
.box_6 {
- position: absolute;
- left: 30px;
- top: 24px;
- width: 503px;
- height: 63px;
+ width: 524px;
+ height: 100px;
+ padding-top: 50px;
+ padding-left: 31px;
}
.image-wrapper_3 {
@@ -388,11 +403,20 @@
margin-top: 10px;
width: 44px;
}
+.image-wrapper_3s {
+ height: 120px;
+ width: 120px;
+}
.label_1 {
width: 44px;
height: 44px;
}
+.label_1s{
+ width: 120px;
+ height: 120px;
+}
+
.text-group_2 {
width: 441px;
@@ -426,7 +450,7 @@
}
.group_7 {
- width: 489px;
+ width: 500px;
height: 63px;
margin: 26px 0 0 30px;
}
@@ -460,32 +484,41 @@
width: 216px;
height: 32px;
overflow-wrap: break-word;
- color: rgba(61, 61, 61, 1);
+ color: #3D3D3D;
font-size: 18px;
font-family: Microsoft YaHei UI-Regular;
- font-weight: NaN;
+ font-weight: 700;
text-align: left;
white-space: nowrap;
line-height: 32px;
}
.text_19 {
- width: 427px;
+ width: 456px;
height: 32px;
overflow-wrap: break-word;
- color: rgba(118, 133, 151, 1);
+ color: #768597;
font-size: 14px;
font-family: Microsoft YaHei UI-Regular;
- font-weight: NaN;
+ font-weight: 400;
text-align: left;
line-height: 32px;
margin-top: -1px;
}
.group_10 {
- background-color: rgba(248, 248, 248, 1);
- width: 615px;
+ background-color: #EEEEEE;
+ width: 524px;
height: 1px;
+ margin-left:30px;
+ margin-top:30px;
+}
+.group_10s {
+ background-color: #77A5FF;
+ width: 524px;
+ height: 1px;
+ opacity: 0.2;
+ margin:0 30px;
}
.group_11 {
@@ -553,20 +586,20 @@
}
.group_13 {
- width: 530px;
+ width: 542px;
height: 63px;
margin: 22px 0 23px 30px;
}
.image-wrapper_5 {
- height: 44px;
+ height: 48px;
margin-top: 10px;
- width: 44px;
+ width: 48px;
}
.label_3 {
- width: 40px;
- height: 40px;
+ width: 48px;
+ height: 48px;
margin: 2px 0 0 3px;
}
@@ -583,10 +616,10 @@
width: 169px;
height: 32px;
overflow-wrap: break-word;
- color: rgba(61, 61, 61, 1);
+ color: #3D3D3D;
font-size: 18px;
font-family: Microsoft YaHei UI-Regular;
- font-weight: NaN;
+ font-weight: 700;
text-align: left;
white-space: nowrap;
line-height: 32px;
@@ -596,10 +629,10 @@
width: 468px;
height: 32px;
overflow-wrap: break-word;
- color: rgba(118, 133, 151, 1);
+ color: #768597;
font-size: 14px;
font-family: Microsoft YaHei UI-Regular;
- font-weight: NaN;
+ font-weight: 400;
text-align: left;
line-height: 32px;
margin-top: -1px;
@@ -667,10 +700,10 @@
}
.text_25 {
overflow-wrap: break-word;
- color: rgb(252, 116, 40);
+ color: #222222;
font-size: 16px;
font-family: Microsoft YaHei UI-Regular;
- font-weight: NaN;
+ font-weight: 500;
text-align: left;
white-space: nowrap;
line-height: 16px;
@@ -701,8 +734,8 @@
}
.group_15 {
- background-color: rgba(255, 255, 255, 1);
- height: 0.5px;
+ background-color: #EEEEEE;
+ height: 1px;
width: 95%;
margin: 20px auto;
}
diff --git a/global/env.ts b/global/env.ts
index d0cef1e..2117cda 100644
--- a/global/env.ts
+++ b/global/env.ts
@@ -2,7 +2,7 @@ import { isUndef } from './is'
// 正式环境
export const PROD_ENV = {
- SERVER_URL: 'http://naweigetetest2.hschool.com.cn/', // 服务地址
+ SERVER_URL: 'https://democs.0rui.cn/', // 服务地址
IS_DEV: 'false', // 是否是测试环境
}
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 104fa22..6bd752e 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -3,7 +3,7 @@ import { defineNuxtConfig } from 'nuxt/config'
export default defineNuxtConfig({
app: {
- baseURL:'/',
+ baseURL:'/web/',
},
nitro: {
routeRules: {
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
server: {
proxy: {
'/api': {
- target: "https://www.navigatortrades.com/",
+ target: "https://democs.0rui.cn/api",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
}
diff --git a/pages/concatUs.vue b/pages/concatUs.vue
index 147c4c1..6068aca 100644
--- a/pages/concatUs.vue
+++ b/pages/concatUs.vue
@@ -10,7 +10,7 @@
-
+
+
+
+
- 灵睿的互联网之道
-
- The Way of the Internet
-
-
-
- 公司简介
- 运营方法论
- 互联网营销
-
-
- 灵睿是一家专业提供互联网技术及应用化服务的科技企业。公司成立于2006年,总部位于十三朝古都洛阳,在郑州、洛阳、许昌三地设立四家公司,是洛阳及河南建立较早、实力较强、规模较大的互联网骨干技术服务企业。公司致力于互联网+工业、互联网+医疗、互联网+教育、互联网+旅游、互联网+农业五个方面的发展。目前为近三千家企业提供互联网服务,并为上百家国有大型企业以及党政部门、事业机关单位提供互联网应用化服务。
+ 从一支年轻的创业团队,慢慢发展成为业务遍及全国的信息化,内容支持型互联网公司,我们仍旧保持着始终创业的心态,每一天努力向前,如果你也愿意加入我们,请联系我们的HR,期待与你的会面。
-
- 查看全部
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
我们的业务
-
- Our BusinessWay
-
-
-
-

-
-
-
-
-
-
-

-
-
-
- 专业网站建设与企业官网设计定制服务
-
-
- 助力企业数字化转型升级,PC端/移动端/H5提供一站式网站开发、搭建
-
-
-
-
-
-
-

-
-
- 企业数字化自媒体托管专家
-
- 业团队代运营+AI智能内容生成+多平台精准投放,助您专注核心业务
-
-
-
-
-
-
-

-
-
- 全流程抖音短视频制作服务
-
- 助您快速打造高播放量、高互动率的爆款短视频
-
-
-
-
-
-
-

-
-
- 全栈H5开发解决方案
-
- 基于HTML5/CSS3/JavaScript核心技术助力实现高转化率与沉浸式用户体验
-
-
+
+
+
+ 联系电话:11245123262
+
+
+
+ 微信:11245123262
+
-
-
行业案例
-
Industry Cases
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-

-
-
-
-
-
-
- 新闻动态
-
-
- Our Business
-
-
-

-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-

-
-
-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-
-

-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-
行业动态
-
2025-06-24
+
+
+
移动端跨平台开发工程师
+
任职要求请联系HR
+
+
+
+
灵睿网络
+
2025-04-06 14:30
+
-
-
-
-
合作伙伴
-
Our Business
-
-
-
-
-
联系我们
-
cooperative partner
-
@@ -493,5 +280,109 @@ const animate = () => {
bottom: -13px;
background-size: 100%;
}
+.section_1s {
+ height: 360px;
+ background: url(public/img/allpeople.png) 100% no-repeat;
+ background-size: 100% 100%;
+ width: 585px;
+ z-index: 10;
+}
+.text_13s{
+ width: 261px;
+ height: 48px;
+ line-height: 44px;
+ border-radius: 4px 4px 4px 4px;
+ border: 1px solid #768597;
+ color: #768597;
+ font-size: 16px;
+ font-family: Microsoft YaHei UI-Regular;
+ font-weight: 400;
+ text-align: center;
+ white-space: nowrap;
+ margin-right:22px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+ .imgs{
+ width: 24px;
+ height: 24px;
+ margin-right: 10px;
+ }
+}
+.box_17s {
+ width: 100%;
+ height: 490px;
+ background: #F8F8F8;
+ justify-content: flex-center;
+}
+.hbform{
+ width: 100%;
+}
+.boxgs{
+ width: 100%;
+ margin-top: 30px;
+ justify-content: center;
+ align-items: center;
+ .title{
+ width: 130px;
+ height: 48px;
+ background: #FFFFFF;
+ border-radius: 78px 78px 78px 78px;
+ margin: 0 20px;
+ line-height: 48px;
+ text-align: center;
+ font-weight: 400;
+ font-size: 18px;
+ color: #222222;
+ &.active{
+ background: linear-gradient( 360deg, #FC7428 0%, #FF9357 100%);
+ color: #FFFFFF;
+ }
+ }
+}
+.box_18s {
+ width: 387px;
+ height: 149px;
+ background: url(public/img/lianxiyp.png) 100% no-repeat;
+ z-index: 10;
+ justify-content: center;
+// align-items: center;
+ margin-right: 20px;
+ .line{
+ width: 347px;
+ height: 1px;
+ background: #D8D8D8;
+ margin: 0 auto;
+ }
+ .titless{
+ width: 100%;
+ padding-top:20px;
+ padding-left: 20px;
+ .a1s{
+ font-family: Microsoft YaHei, Microsoft YaHei;
+ font-weight: 700;
+ font-size: 18px;
+ color: #3D3D3D;
+ }
+ .a2s{
+ margin: 20px 0;
+ font-family: Microsoft YaHei, Microsoft YaHei;
+ font-weight: 400;
+ font-size: 12px;
+ color: #768597;
+
+ }
+ }
+ .bottomss{
+ width: 100%;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 20px;
+ color: #768597;
+ }
+
+}
diff --git a/pages/customerReviews.vue b/pages/customerReviews.vue
index 40f7366..725d25a 100644
--- a/pages/customerReviews.vue
+++ b/pages/customerReviews.vue
@@ -31,39 +31,25 @@
Company Honors
-
+
-
-
-
![]()
+
+
+
-
+
- {{item.title}}
+ {{ item.title }}
- {{item.value}}
+ {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -71,10 +57,10 @@
import { Swiper, SwiperSlide } from 'swiper/vue'
import { nextTick, ref } from 'vue'
import 'swiper/css'
-import { Autoplay, Navigation, Pagination, Scrollbar, A11y, EffectCoverflow,EffectFade } from "swiper/modules";
+import { Autoplay, Navigation, Pagination, Scrollbar, A11y, EffectCoverflow, EffectFade } from "swiper/modules";
import ScrollReveal from 'scrollreveal';
import { NNumberAnimation } from 'naive-ui'
-let modules = [Autoplay, A11y, EffectCoverflow,EffectFade];
+let modules = [Autoplay, A11y, EffectCoverflow, EffectFade];
import "swiper/css";
import "swiper/css/navigation";
@@ -104,7 +90,7 @@ const swiperOptionsNews = {
speed: 500,
effect: 'fade',
loop: true,
- modules: [EffectFade,Autoplay,Navigation],
+ modules: [EffectFade, Autoplay, Navigation],
navigation: {
nextEl: '#swipen_prev',
prevEl: '#swipen_next',
@@ -117,14 +103,14 @@ const onSwiperExp = (swiper: any) => {
}
const swiper_exp = ref();
const lists = ref([
- {title: '扶贫助困情系家乡', value: '-洛阳市郑州商会-'},
- {title: '互联网技术服务合作单位', value: '-洛阳百艺建筑装饰-'},
- {title: '平安洛阳微信平台技术服务单位', value: '-洛阳市公安局-'},
- {title: '健康洛阳微信平台技术合作单位', value: '-河南科技大学第一附属医院-'},
- {title: '爱心捐助奉献奖', value: '-洛阳市郑州商会-'},
- {title: '精彩洛阳微信平台技术服务单位', value: '-洛阳市宣传部网信办-'},
- {title: '青年说短视频征集大赛', value: '-洛阳市公安局-'},
- {title: '青年说短视频征集大赛', value: '-河南科技大学第一附属医院-'}
+ { title: '扶贫助困情系家乡', value: '-洛阳市郑州商会-' },
+ { title: '互联网技术服务合作单位', value: '-洛阳百艺建筑装饰-' },
+ { title: '平安洛阳微信平台技术服务单位', value: '-洛阳市公安局-' },
+ { title: '健康洛阳微信平台技术合作单位', value: '-河南科技大学第一附属医院-' },
+ { title: '爱心捐助奉献奖', value: '-洛阳市郑州商会-' },
+ { title: '精彩洛阳微信平台技术服务单位', value: '-洛阳市宣传部网信办-' },
+ { title: '青年说短视频征集大赛', value: '-洛阳市公安局-' },
+ { title: '青年说短视频征集大赛', value: '-河南科技大学第一附属医院-' }
]);
// 新闻数据
onMounted(() => {
@@ -217,52 +203,57 @@ const animate = () => {
.group_666 .swiper-slide img {
- width: 100%;
- height: 500px;
- height: auto;
- transition: 1s linear 2s;
- transform: scale(1.1, 1.1);
+ width: 100%;
+ height: 500px;
+ height: auto;
+ transition: 1s linear 2s;
+ transform: scale(1.1, 1.1);
}
.group_666 .swiper-slide-active img,
.swiper-slide-duplicate-active img {
- transition: 6s linear;
- transform: scale(1, 1);
+ transition: 6s linear;
+ transform: scale(1, 1);
}
-.bottom_imgss{
+
+.bottom_imgss {
background: url(/public/img/customer/bg-s.png);
width: 1920px;
- height: 800px;
- background-size: 100%;
+ height: 800px;
+ background-size: 100%;
}
-.boxgs{
- width: 1300px;
- margin: 0 auto;
+
+.boxgs {
+ width: 1300px;
+ margin: 0 auto;
margin-top: 30px;
- .box_con{
- margin:20px;
+
+ .box_con {
+ margin: 20px;
background-color: #ffffff;
width: 277px;
height: 276px;
font-family: Microsoft YaHei UI-Regular;
- border-radius:4px;
- .text_tt{
+ border-radius: 4px;
+
+ .text_tt {
display: inline-block;
width: 100%;
margin-top: 15px;
overflow-wrap: break-word;
- color: #3D3D3D ;
+ color: #3D3D3D;
font-size: 18px;
font-weight: 500;
text-align: center;
white-space: nowrap;
}
- .text_cc{
+
+ .text_cc {
display: inline-block;
width: 100%;
height: 30px;
overflow-wrap: break-word;
- color: #999999 ;
+ color: #999999;
font-size: 14px;
font-weight: 400;
text-align: center;
diff --git a/pages/index.vue b/pages/index.vue
index 3dbf377..697fc7e 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -67,63 +67,166 @@
Our BusinessWay
-
-

-
-
-
+
-
-
-

-
+
-
- 专业网站建设与企业官网设计定制服务
+
+ 专业技术服务
-
- 助力企业数字化转型升级,PC端/移动端/H5提供一站式网站开发、搭建
+
+ 专业提供互联网技术支持,助力企业高效发展
+
+

+
+
+
-

+
- 企业数字化自媒体托管专家
+ AI应用与落地
- 业团队代运营+AI智能内容生成+多平台精准投放,助您专注核心业务
+ 从模型选型、数据处理、算法优化到应用集成与部署的全栈服务
-

+
- 全流程抖音短视频制作服务
+ 定制软件开发
- 助您快速打造高播放量、高互动率的爆款短视频
+ 为您打造用户体验出色、性能稳定可靠的Web应用、移动App及小程序
-
+
+
+
+

+
+
+ IT运维服务
+
+ 专业守护数据,防御威胁,护航企业数字安全
+
+
+
+
+
+
+

+
+
+ 网络与信息安全
+
+ 专业提供网络信息安全防护、实时监测与风险处置服务
+
+
+
+
-

+
- 全栈H5开发解决方案
+ 智慧化解决方案
- 基于HTML5/CSS3/JavaScript核心技术助力实现高转化率与沉浸式用户体验
+ 利用物联网、大数据、人工智能等前沿技术,提供智慧化解决方案
+
+
+
+
+
+ 内容创作与运营
+
+
+ 构建全域影响力,赋能品牌长效增长
+
+
+
+

+
+
+
+
+
+
+
+

+
+
+ 全媒体推广解决方案
+
+ 覆盖各大主流平台定制【流量矩阵+内容策略+效果追踪】一体化方案
+
+
+
+
+
+
+

+
+
+ 品牌账号代运营
+
+ 全链路赋能品牌增长,内容+策略+数据 · 打造品效合一的社交资产
+
+
+
+
+
+
+

+
+
+ 线上线下活动策划
+
+ 专业守护数据,防御威胁,护航企业数字安全
+
+
+
+
+
+
+

+
+
+ 互联网新闻发布
+
+ 整合全网权威渠道,依托海量优质媒体资源,定制新闻发布策略
+
+
+
+
+
+
+

+
+
+ IP孵化与达人合作
+
+ 深度孵化+精准匹配,内容资产×流量裂变 · 打造IP与达人的共生生态
+
+
+
+
+
+
+
@@ -309,11 +412,45 @@
联系我们
cooperative partner
-
@@ -368,17 +505,23 @@ const onSwiperExp = (swiper: any) => {
vesSwiper = swiper
}
const swiper_exp = ref();
-
+// 表单数据
+const formData = reactive({
+ name: '',
+ mobile: '',
+ emil:'',
+ message: ''
+})
// 新闻数据
onMounted(() => {
nextTick(() => {
animate()
})
})
-const numberAnimationInstRef = ref()
-const numberAnimationInstRefKH = ref()
-const numberAnimationInstRefJS = ref()
-const numberAnimationInstRefHY = ref()
+// const numberAnimationInstRef = ref()
+// const numberAnimationInstRefKH = ref()
+// const numberAnimationInstRefJS = ref()
+// const numberAnimationInstRefHY = ref()
const animate = () => {
const sr = ScrollReveal();
@@ -432,10 +575,10 @@ const animate = () => {
reset: true,
mobile: true,
beforeReveal: function (el: any) {
- numberAnimationInstRef.value.play()
- numberAnimationInstRefKH.value.play()
- numberAnimationInstRefJS.value.play()
- numberAnimationInstRefHY.value.play()
+ // numberAnimationInstRef.value.play()
+ // numberAnimationInstRefKH.value.play()
+ // numberAnimationInstRefJS.value.play()
+ // numberAnimationInstRefHY.value.play()
},
})
sr.reveal('.topSj', {
@@ -451,6 +594,46 @@ const animate = () => {
interval: 50,
})
}
+// 表单提交方法
+const submitForm = () => {
+ console.log(formData);
+
+ // 这里可以添加表单验证逻辑
+ if (!formData.name) {
+ alert('请输入您的姓名')
+ return
+ }
+
+ if (!formData.mobile) {
+ alert('请输入您的手机号码')
+ return
+ }
+
+ if (!formData.message) {
+ alert('请输入您的留言内容')
+ return
+ }
+ $api.post("/api/home.leave_word/add" , formData)
+ .then((res: any) => {
+ console.log(res)
+ if(res.status == 200){
+ alert('留言成功')
+ }else{
+ alert('失败')
+ }
+ formData.name = '';
+ formData.mobile = '';
+ formData.emil = '';
+ formData.message = '';
+ })
+ .catch((err) => {
+ console.dir(err)
+ })
+ // 重置表单
+ // formData.name = ''
+ // formData.mobile = ''
+ // formData.content = ''
+}
diff --git a/pages/societyDuty.vue b/pages/societyDuty.vue
index 3dbf377..e3ab11b 100644
--- a/pages/societyDuty.vue
+++ b/pages/societyDuty.vue
@@ -4,13 +4,13 @@
-
+
-
+
-
+
-
-
-
-
-
- 灵睿的互联网之道
-
- The Way of the Internet
-
-
-
- 公司简介
- 运营方法论
- 互联网营销
-
-
-
- 灵睿是一家专业提供互联网技术及应用化服务的科技企业。公司成立于2006年,总部位于十三朝古都洛阳,在郑州、洛阳、许昌三地设立四家公司,是洛阳及河南建立较早、实力较强、规模较大的互联网骨干技术服务企业。公司致力于互联网+工业、互联网+医疗、互联网+教育、互联网+旅游、互联网+农业五个方面的发展。目前为近三千家企业提供互联网服务,并为上百家国有大型企业以及党政部门、事业机关单位提供互联网应用化服务。
-
-
- 查看全部
-
-
-
-
-
-

-
-
-
-
-
+
+
+
- 医疗
+ 公司动态
+
+
-
党政
-
建筑
-
物流
-
教育
-
文旅
-
餐饮
+
-
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-

-
-
-
-
-
- 新闻动态
-
-
- Our Business
-
-
-

-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-

-
-
-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-
-

-
-
-
- 洛阳市郑州商会在洛阳灵睿网络技术有限...
-
-
- 为深入学习贯彻党的二十大精神,落实省、市委决策,
-
- 充分发挥民营企业的凝聚力、向心力和创造力,赴..
-
-
-
-
-
-
-
-
-
合作伙伴
-
Our Business
-
-
-
-
-
联系我们
-
cooperative partner
-
+
+
+
+
+
![]()
+
+
+
+ {{item.title}}
+
+
+ {{item.value}}
+
+
+
+
+
+
@@ -368,7 +126,16 @@ const onSwiperExp = (swiper: any) => {
vesSwiper = swiper
}
const swiper_exp = ref();
-
+const lists = ref([
+ {title: '扶贫助困情系家乡', value: '-洛阳市郑州商会-'},
+ {title: '互联网技术服务合作单位', value: '-洛阳百艺建筑装饰-'},
+ {title: '平安洛阳微信平台技术服务单位', value: '-洛阳市公安局-'},
+ {title: '健康洛阳微信平台技术合作单位', value: '-河南科技大学第一附属医院-'},
+ {title: '爱心捐助奉献奖', value: '-洛阳市郑州商会-'},
+ {title: '精彩洛阳微信平台技术服务单位', value: '-洛阳市宣传部网信办-'},
+ {title: '青年说短视频征集大赛', value: '-洛阳市公安局-'},
+ {title: '青年说短视频征集大赛', value: '-河南科技大学第一附属医院-'}
+]);
// 新闻数据
onMounted(() => {
nextTick(() => {
@@ -453,17 +220,11 @@ const animate = () => {
}
-
diff --git a/public/img/a-yunweishuju1x.png b/public/img/a-yunweishuju1x.png
new file mode 100644
index 0000000..a9b753c
Binary files /dev/null and b/public/img/a-yunweishuju1x.png differ
diff --git a/public/img/aiyingyong.png b/public/img/aiyingyong.png
new file mode 100644
index 0000000..8b4652b
Binary files /dev/null and b/public/img/aiyingyong.png differ
diff --git a/public/img/allpeople.png b/public/img/allpeople.png
new file mode 100644
index 0000000..2dea357
Binary files /dev/null and b/public/img/allpeople.png differ
diff --git a/public/img/bg-b.png b/public/img/bg-b.png
index 074f84b..2b10d8f 100644
Binary files a/public/img/bg-b.png and b/public/img/bg-b.png differ
diff --git a/public/img/bg-c.png b/public/img/bg-c.png
index 5eef371..491b421 100644
Binary files a/public/img/bg-c.png and b/public/img/bg-c.png differ
diff --git a/public/img/0.png b/public/img/customer/0.png
similarity index 100%
rename from public/img/0.png
rename to public/img/customer/0.png
diff --git a/public/img/1.png b/public/img/customer/1.png
similarity index 100%
rename from public/img/1.png
rename to public/img/customer/1.png
diff --git a/public/img/2.png b/public/img/customer/2.png
similarity index 100%
rename from public/img/2.png
rename to public/img/customer/2.png
diff --git a/public/img/3.png b/public/img/customer/3.png
similarity index 100%
rename from public/img/3.png
rename to public/img/customer/3.png
diff --git a/public/img/4.png b/public/img/customer/4.png
similarity index 100%
rename from public/img/4.png
rename to public/img/customer/4.png
diff --git a/public/img/5.png b/public/img/customer/5.png
similarity index 100%
rename from public/img/5.png
rename to public/img/customer/5.png
diff --git a/public/img/6.png b/public/img/customer/6.png
similarity index 100%
rename from public/img/6.png
rename to public/img/customer/6.png
diff --git a/public/img/7.png b/public/img/customer/7.png
similarity index 100%
rename from public/img/7.png
rename to public/img/customer/7.png
diff --git a/public/img/daren.png b/public/img/daren.png
new file mode 100644
index 0000000..d0c9f83
Binary files /dev/null and b/public/img/daren.png differ
diff --git a/public/img/kaifapeizhi.png b/public/img/kaifapeizhi.png
new file mode 100644
index 0000000..bdd4cb6
Binary files /dev/null and b/public/img/kaifapeizhi.png differ
diff --git a/public/img/lianxiyp.png b/public/img/lianxiyp.png
new file mode 100644
index 0000000..5d3d03a
Binary files /dev/null and b/public/img/lianxiyp.png differ
diff --git a/public/img/news.png b/public/img/news.png
new file mode 100644
index 0000000..b7ff90d
Binary files /dev/null and b/public/img/news.png differ
diff --git a/public/img/pingpai.png b/public/img/pingpai.png
new file mode 100644
index 0000000..4000915
Binary files /dev/null and b/public/img/pingpai.png differ
diff --git a/public/img/quanmeiti.png b/public/img/quanmeiti.png
new file mode 100644
index 0000000..114a291
Binary files /dev/null and b/public/img/quanmeiti.png differ
diff --git a/public/img/societyduty/shehui.png b/public/img/societyduty/shehui.png
new file mode 100644
index 0000000..9844b8e
Binary files /dev/null and b/public/img/societyduty/shehui.png differ
diff --git a/public/img/telphone.png b/public/img/telphone.png
new file mode 100644
index 0000000..93f7496
Binary files /dev/null and b/public/img/telphone.png differ
diff --git a/public/img/u1.png b/public/img/u1.png
index 5aa608a..f3e2677 100644
Binary files a/public/img/u1.png and b/public/img/u1.png differ
diff --git a/public/img/u1s.png b/public/img/u1s.png
new file mode 100644
index 0000000..f8fbca3
Binary files /dev/null and b/public/img/u1s.png differ
diff --git a/public/img/wangluoanquanshebei.png b/public/img/wangluoanquanshebei.png
new file mode 100644
index 0000000..2bd03bc
Binary files /dev/null and b/public/img/wangluoanquanshebei.png differ
diff --git a/public/img/wechat.png b/public/img/wechat.png
new file mode 100644
index 0000000..572e818
Binary files /dev/null and b/public/img/wechat.png differ
diff --git a/public/img/xianshang.png b/public/img/xianshang.png
new file mode 100644
index 0000000..13445e7
Binary files /dev/null and b/public/img/xianshang.png differ
diff --git a/public/img/yekuogongdianfangan.png b/public/img/yekuogongdianfangan.png
new file mode 100644
index 0000000..317eece
Binary files /dev/null and b/public/img/yekuogongdianfangan.png differ