Skip to content

Commit

Permalink
feat: life lab
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasCui committed Oct 10, 2024
1 parent 8a9e488 commit 9738fab
Show file tree
Hide file tree
Showing 16 changed files with 447 additions and 0 deletions.
Binary file added src/assets/images/LifeLab/guangzhou_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/hangzhou_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/hangzhou_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/hangzhou_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/hangzhou_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_1_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_2a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_2b.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_2c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_2d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_3_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shanghai_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/LifeLab/shenzhen_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<router-link class="header__tab__item" to="/home">
<span class="name"> 首页 </span>
</router-link>
<router-link class="header__tab__item" to="/life-lab">
<span class="name"> 生活实验室 </span>
</router-link>
<a
class="header__tab__item"
v-for="route in routes"
Expand Down
8 changes: 8 additions & 0 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import ActivityOrganize from '@/views/ActivityOrganize/ActivityOrganize'
import Join from '@/views/Join'
import NotFound from '@/views/NotFound'
import People from '@/views/People/index.vue'
import LifeLab from '@/views/LifeLab'

export default [
{
Expand All @@ -26,6 +27,13 @@ export default [
title: '首页'
}
},
{
path: '/life-lab',
component: LifeLab,
meta: {
title: '生活实验室'
}
},
{
path: '/reg',
component: Register,
Expand Down
436 changes: 436 additions & 0 deletions src/views/LifeLab/index.vue

Large diffs are not rendered by default.

0 comments on commit 9738fab

Please sign in to comment.