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