北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-03-22 5206e7a4f4c5b71c9ddeccdbbe5e7fba5b3eeb9b
src/router/index.js
@@ -10,7 +10,7 @@
const routes = [
  {
    path: '/',
    redirect: "login",
    redirect: "home",
    // redirect: "index",
  },
  {
@@ -24,7 +24,7 @@
    component: index
  },
  {
    path: '/index2',
    path: '/home',
    name: 'index2',
    component: index2
  },