Skip to content

Commit 28fbca7

Browse files
authored
Update homeView.vue 修改工作室官网地址
1 parent bde4b1b commit 28fbca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/homeView.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
<div class="studioLogo flex flex-col justify-center items-center">
7979
<div class=" ml-5 mr-5 min-w-[100px]"><img src='/img/studio/yilu/logo.jpg' class="rounded-full"
8080
width="250px"></div>
81-
<a href="#yilu" class="content__link text-white font-lg text-2xl mt-10">一路工作室</a>
81+
<a href="https://recruit.yilu-studio.cn/" class="content__link text-white font-lg text-2xl mt-10">一路工作室</a>
8282
</div>
8383
<!-- 微光 -->
8484
<div class="studioLogo flex flex-col justify-center items-center">
8585
<div class=" ml-5 mr-5 min-w-[100px]"><img src='/img/studio/glimmer/logo.png' class="rounded-full"
8686
width="250px"></div>
87-
<a href="#weiguang" class="content__link text-white font-lg text-2xl mt-10">微光工作室</a>
87+
<a href="https://www.glimmer.org.cn/" class="content__link text-white font-lg text-2xl mt-10">微光工作室</a>
8888
</div>
8989
<!-- yolo -->
9090
<div class="studioLogo flex flex-col justify-center items-center">
@@ -348,7 +348,7 @@ const introducionYilu = reactive({
348348
data2: '一路是一个自由的工作室,同学们收获知识共同进步,交流有关学习生活等等事情,还有许多特别热情且乐于助人的学长学姐,刚进入工作室的新同学也能快速融入。一路大家庭欢迎各类同学加入,如果你想要与优秀的同学共同勉励,一路会是你的不二之选。',
349349
data3: '工作室研究方向:前端 后端 机器学习 \n 工作室地点:沙河校区第三教学楼401',
350350
data4: '我们工作室的主要研究方向是Web系统开发,主要是前后端开发,其中包括前端Serverless,流量优化,防抖动策略,懒加载策略的研究等,后端则是关于高并发,微服务的研究。但我们又不局限于Web系统,微信小程序,10S开发也有所涉及和研究。 同时我们拓展了机器学习方向,提供学习资源,项目资源以及科研资源,欢迎大家的加入。 到目前为止,工作室接手过创新项目院级项目11项,校级项目8项。其中Web项目9 项,微信小程序6项。如智能助困系统,高校督导系统,成绩发布系统,舌尖沙河,活动预约系统。',
351-
website: '#',
351+
website: 'https://recruit.yilu-studio.cn/',
352352
pic1Src: '/img/studio/yilu/pic1.jpg',
353353
pic2Src: '/img/studio/yilu/pic2.png',
354354
})
@@ -430,4 +430,4 @@ const qianrushiActiveNames = ref('1')
430430
background-clip: text;
431431
color: transparent;
432432
}
433-
</style>
433+
</style>

0 commit comments

Comments
 (0)