File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ const sponsorList = ref([
172
172
img: " ossplanet" ,
173
173
},
174
174
{
175
- name: " QingCloud" ,
176
- web: " https://ossplanet.net /" ,
175
+ name: " 青云 QingCloud" ,
176
+ web: " https://www.qingcloud.com /" ,
177
177
img: " qingcloud" ,
178
178
},
179
179
{
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import L10n from './pages/l10n/Index.vue'
17
17
import Contact from './pages/contact/Index.vue'
18
18
import Gallery from './pages/gallery/Index.vue'
19
19
import Guidelines from './pages/guidelines/Index.vue'
20
- import Sponsoring from './pages/sponsoring /Index.vue'
21
- import Fund from './pages/fund /Index.vue'
20
+ import Sponsors from './pages/sponsors /Index.vue'
21
+ import Crowdsourcing from './pages/crowdsourcing /Index.vue'
22
22
import News from './pages/news/Index.vue'
23
23
import NewsList from './pages/news/List.vue'
24
24
import NewsDetail from './pages/news/Detail.vue'
@@ -150,16 +150,16 @@ const router = createRouter({
150
150
title : '人际关系准则'
151
151
}
152
152
} , {
153
- path : '/sponsoring ' ,
154
- name : 'sponsoring ' ,
155
- component : Sponsoring ,
153
+ path : '/sponsors ' ,
154
+ name : 'sponsors ' ,
155
+ component : Sponsors ,
156
156
meta : {
157
157
title : '赞助方一览'
158
158
}
159
159
} , {
160
- path : '/fund ' ,
161
- name : 'fund ' ,
162
- component : Fund ,
160
+ path : '/crowdsourcing ' ,
161
+ name : 'crowdsourcing ' ,
162
+ component : Crowdsourcing ,
163
163
meta : {
164
164
title : '社区众筹'
165
165
}
You can’t perform that action at this time.
0 commit comments