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