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