value
2024-05-10 a67fb8cc8644174b16c3cfe8082b7cf61e5b85e9
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")
   }]
})