inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
src/config/router.config.js
@@ -8,6 +8,7 @@
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 edit from '../components/swichLabel/edit.vue'
import platformGroup from '../components/group/platformGroup.vue'
@@ -98,7 +99,8 @@
               path: '/videoDetail',
               name: "videoDetail",
               component: videoDetail,
            }]
               }
            ]
         },
         {
            path: '/main3',
@@ -110,6 +112,10 @@
         }, {
            path: '/login',
            component: login,
         }, {
            path: '/edit',
            name: 'edit',
            component: edit,
         },