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