| | |
| | | import login from '../components/swichLabel/main5-show.vue' |
| | | |
| | | import box1 from '../components/mini/box1-info.vue' |
| | | import comment from '../components/mini/box12-comment.vue' |
| | | import tagTime from '../components/mini/tagTime.vue' |
| | | import tagInfo from '../components/mini/tagInfo.vue' |
| | | import boxFriend from '../components/mini/box-friend.vue' |
| | |
| | | component: main1, |
| | | children: [{ |
| | | path: '/', |
| | | name:"articleList", |
| | | name: "articleList", |
| | | component: articleList, |
| | | props: true |
| | | }, |
| | |
| | | component: box1, |
| | | }, |
| | | { |
| | | name:"tagTime", |
| | | name: "tagTime", |
| | | path: '/tagTime', |
| | | component: tagTime, |
| | | }, |
| | | { |
| | | name: "comment", |
| | | path: '/comment', |
| | | component: comment, |
| | | }, |
| | | { |
| | | path: '/tagInfo', |
| | | component: tagInfo, |
| | | }, |
| | | { |
| | | name:"mdDetail", |
| | | name: "mdDetail", |
| | | path: '/mdDetail', |
| | | component: mdDetail, |
| | | }, { |
| | |
| | | component: main1, |
| | | children: [{ |
| | | path: '/', |
| | | name:"articleList", |
| | | name: "articleList", |
| | | component: articleList, |
| | | }] |
| | | }, |