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