819527061@qq.com
2023-07-25 f0b2b04b1b43d4891c1808ad060b9959f9a1209c
src/router/router.js
@@ -9,6 +9,13 @@
        { path: '/showIndex', meta: { title: '首页' }, name: 'index', component: () => import('@/pages/show/showIndex/showIndex.vue') },
    ]
}
const jtopoRouter = {
  path: '/jtopo',
  component: () => import('@/pages/show/jtopo/index.vue'),
  meta: {
    title: `拓扑图`,
  }
}
const login = {
    path: '/login',
    component: () => import('@/pages/login.vue'),
@@ -24,7 +31,8 @@
    }
}
export const routers = [
    indexRouter,
  indexRouter,
    jtopoRouter,
    login,
    NotFound
]