明梦爽
2022-01-22 ddfc75ed45d427bb8b407133b5e2bde0e6ec581a
src/router.js
@@ -18,6 +18,7 @@
import Welcome from './components/Administrator/Welcome.vue'
import Main from './components/Administrator/Main.vue'
import Edit from './components/Administrator/Edit.vue'
import Update from './components/Administrator/Update.vue'
Vue.use(Router)
@@ -31,7 +32,8 @@
      children: [{ path:'welcome',component:Welcome },
                { path:'main',component:Main },
                { path:'edit',component:Edit },
                { path:'news',component:News }]
                { path:'news',component:News },
                { path:'update',component:Update }]
    },
    { 
      path: '/home',