@@ -273,7 +273,7 @@ const LinCmsUiRouter = {
273273 filePath : 'plugins/LinCmsUi/views/form/TimePicker.vue' ,
274274 inNav : true ,
275275 icon : 'iconfont icon-jiemiansheji' ,
276-
276+ right : null ,
277277 } ,
278278 {
279279 title : 'DateTimePicker 日期时间选择器' ,
@@ -283,7 +283,7 @@ const LinCmsUiRouter = {
283283 filePath : 'plugins/LinCmsUi/views/form/DateTimePicker.vue' ,
284284 inNav : true ,
285285 icon : 'iconfont icon-jiemiansheji' ,
286-
286+ right : null ,
287287 } ,
288288 {
289289 title : 'DatePicker 日期选择器' ,
@@ -293,7 +293,7 @@ const LinCmsUiRouter = {
293293 filePath : 'plugins/LinCmsUi/views/form/DatePicker.vue' ,
294294 inNav : true ,
295295 icon : 'iconfont icon-jiemiansheji' ,
296-
296+ right : null ,
297297 } ,
298298 ] ,
299299 } ,
@@ -339,6 +339,38 @@ const LinCmsUiRouter = {
339339 } ,
340340 ] ,
341341 } ,
342+ {
343+ title : 'Others' ,
344+ type : 'folder' ,
345+ name : null ,
346+ route : '/lin-cms-ui/others/base' ,
347+ filePath : 'plugins/LinCmsUi/views/others/' ,
348+ inNav : true ,
349+ icon : 'iconfont icon-jiemiansheji' ,
350+ right : null ,
351+ children : [
352+ {
353+ title : 'Dialog 对话框' ,
354+ type : 'view' ,
355+ name : null ,
356+ route : '/lin-cms-ui/other/dialog' ,
357+ filePath : 'plugins/LinCmsUi/views/other/Dialog.vue' ,
358+ inNav : true ,
359+ icon : 'iconfont icon-jiemiansheji' ,
360+ right : null ,
361+ } ,
362+ {
363+ title : 'Timeline 时间线' ,
364+ type : 'view' ,
365+ name : null ,
366+ route : '/lin-cms-ui/other/timeline' ,
367+ filePath : 'plugins/LinCmsUi/views/other/Timeline.vue' ,
368+ inNav : true ,
369+ icon : 'iconfont icon-jiemiansheji' ,
370+ right : null ,
371+ } ,
372+ ] ,
373+ } ,
342374 ] ,
343375}
344376
0 commit comments