Skip to content

Commit a0039f0

Browse files
committed
fix: 修复做边栏链接
1 parent 641c88b commit a0039f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/pages/home/components/LeftBar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const linkArr = reactive([
3636
{ title: "社区简介", link: "/about" },
3737
{ title: "线下活动", link: "#" },
3838
{ title: "实习资源", link: "#" },
39-
{ title: "赞助方一览", link: "/sponsoring" },
40-
{ title: "社区众筹", link: "/fund" },
39+
{ title: "赞助方一览", link: "/sponsors" },
40+
{ title: "社区众筹", link: "/crowdsourcing" },
4141
{ title: "人际关系准则", link: "/guidelines" },
4242
],
4343
show: true,

0 commit comments

Comments
 (0)