licp
2024-03-27 2514ee4fe0471be59f67723a85a64dee88db8c67
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")
   }]
})