Mr.Shi
2023-08-21 7070609d6e4ee06e24df2c5572ff151db583f0d3
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
    // }
  ]
})