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