inleft
2022-03-04 74344a2ec388b78fe906a22c31f8fdb77fc60b12
src/config/router.config.js
@@ -2,11 +2,12 @@
import articleList from '../components/group/articleListScorll.vue'
import main1 from '../components/swichLabel/main1-show.vue'
import main2 from '../components/swichLabel/main2-show.vue'
import main1 from '../components/swichLabel/main1-home.vue'
import main2 from '../components/swichLabel/main2-music-search.vue'
import main3 from '../components/swichLabel/main3-show.vue'
import main4 from '../components/swichLabel/main4-show.vue'
import login from '../components/swichLabel/main5-show.vue'
import link from '../components/swichLabel/main4-link.vue'
import login from '../components/swichLabel/main5-login.vue'
import comment from '../components/swichLabel/main6-comment.vue'
import box1 from '../components/mini/box1-info.vue'
import tagTime from '../components/mini/tagTime.vue'
@@ -17,8 +18,8 @@
export const asyncRouterMap = [{
      path: '*',
      // redirect: '/404',
      component: () => import( /* webpackChunkName: "fail" */ '@/views/exception/404'),
      redirect: '/404',
      // component: () => import( /* webpackChunkName: "fail" */ '@/views/exception/404'),
      hidden: true
   },
   {
@@ -29,7 +30,7 @@
            component: main1,
            children: [{
                  path: '/',
                  name:"articleList",
                  name: "home",
                  component: articleList,
                  props: true
               },
@@ -38,21 +39,30 @@
                  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,
               }, {
                  path: '/main4',
                  path: '/link',
                  component: boxFriend,
               },
               {
                  path: '/404',
                  component: () => import('@/views/exception/404')
               }
            ]
         },
@@ -61,7 +71,7 @@
            component: main1,
            children: [{
               path: '/',
               name:"articleList",
               name: "articleList",
               component: articleList,
            }]
         },
@@ -75,8 +85,8 @@
            component: main3,
         },
         {
            path: '/main4',
            component: main4,
            path: '/link',
            component: link,
         }, {
            path: '/login',
            component: login,
@@ -95,8 +105,8 @@
 * @type { *[] }
 */
export const constantRouterMap = [{
      path: '/404',
      component: () => import( /* webpackChunkName: "fail" */ '@/views/exception/404')
      // path: '/404',
      // component: () => import( /* webpackChunkName: "fail" */ '@/views/exception/404')
   }
]