Mr.Shi
2023-08-21 bb82c543675698d16eb80ae2bc6b82593fae8491
screen_standard/src/router/index.js
@@ -8,13 +8,13 @@
    {
      path: '/',
      name: 'home',
      component: HomeView
    },
    {
      path: '/index',
      name: 'index',
      component: indexView
    }
    },
    // {
    //   path: '/index',
    //   name: 'index',
    //   component: indexView
    // }
  ]
})