jiangping
2023-08-21 525dae0dec6ba6afbe6bf81b82eb99d69aeb05b5
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
    // }
  ]
})