@@ -102,11 +102,11 @@ const routerList = [
102102 } ,
103103 } ,
104104 {
105- path : 'internationa ' ,
106- name : 'Internationa ' ,
107- id : 'Internationa ' ,
105+ path : 'international ' ,
106+ name : 'International ' ,
107+ id : 'International ' ,
108108 label : '国际化' ,
109- component : ( ) => import ( '@src/views/vue-pro/internation .md' ) ,
109+ component : ( ) => import ( '@src/views/vue-pro/international .md' ) ,
110110 meta : {
111111 requiresAuth : true ,
112112 order : 6 ,
@@ -222,6 +222,46 @@ const routerList = [
222222 requiresAuth : true ,
223223 } ,
224224 } ,
225+ {
226+ path : 'back-end-architecture' ,
227+ name : 'Back-End Architecture' ,
228+ id : 'Back-End Architecture' ,
229+ label : '后端设计架构' ,
230+ component : ( ) => import ( '@src/views/vue-pro/back-end-design.md' ) ,
231+ meta : {
232+ requiresAuth : true ,
233+ } ,
234+ } ,
235+ {
236+ path : 'back-end-api-specification' ,
237+ name : 'Back-End API Specification' ,
238+ id : 'Back-End API Specification' ,
239+ label : '后端接口规格说明书' ,
240+ component : ( ) => import ( '@src/views/vue-pro/back-end-api-specification.md' ) ,
241+ meta : {
242+ requiresAuth : true ,
243+ } ,
244+ } ,
245+ {
246+ path : 'back-end-guide-spring-boot' ,
247+ name : 'Back-End Guide Spring Boot' ,
248+ id : 'Back-End Guide Spring Boot' ,
249+ label : 'Spring Boot 后端开发指南' ,
250+ component : ( ) => import ( '@src/views/vue-pro/back-end-guide-spring-boot.md' ) ,
251+ meta : {
252+ requiresAuth : true ,
253+ } ,
254+ } ,
255+ {
256+ path : 'responsive-adaptation-guide' ,
257+ name : 'Responsive Adaptation Guide' ,
258+ id : 'Responsive Adaptation Guide' ,
259+ label : '响应式适配指南' ,
260+ component : ( ) => import ( '@src/views/vue-pro/responsive-adaptation-guide.md' ) ,
261+ meta : {
262+ requiresAuth : true ,
263+ } ,
264+ } ,
225265 ] ,
226266 } ,
227267] ;
@@ -267,7 +307,7 @@ const routerListUs = [
267307 name : '' ,
268308 id : '' ,
269309 label : 'Internationalization' ,
270- component : ( ) => import ( '@src/views/vue-pro/internation -us.md' ) ,
310+ component : ( ) => import ( '@src/views/vue-pro/international -us.md' ) ,
271311 } ,
272312 {
273313 path : '' ,
0 commit comments