We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641c88b commit a0039f0Copy full SHA for a0039f0
src/pages/fund/Index.vue src/pages/crowdsourcing/Index.vue
src/pages/home/components/LeftBar.vue
@@ -36,8 +36,8 @@ const linkArr = reactive([
36
{ title: "社区简介", link: "/about" },
37
{ title: "线下活动", link: "#" },
38
{ title: "实习资源", link: "#" },
39
- { title: "赞助方一览", link: "/sponsoring" },
40
- { title: "社区众筹", link: "/fund" },
+ { title: "赞助方一览", link: "/sponsors" },
+ { title: "社区众筹", link: "/crowdsourcing" },
41
{ title: "人际关系准则", link: "/guidelines" },
42
],
43
show: true,
0 commit comments