jiangping
2023-12-05 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4
screen_standard/src/router/index.js
@@ -10,6 +10,11 @@
  routes: [
    {
      path: '/',
      redirect: '/home',
    },
    {
      path: '/home',
      name: 'home',
      component: indexView
    },