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