value
2024-04-26 d9f8ae99586ff3e4f1e86fee447d7ffd715e8b10
src/router/index.js
@@ -19,9 +19,12 @@
  routes: [{
    path: "/",
    component: Index
  },
  },
  {
    path: "/enter",
    component: () => import("../view/enter.vue")
  }]
})
  },{
      path: "/test/excel",
      component: () => import("../components/tool/excel.vue")
   }]
})