李林
2024-03-12 b67db3c5770e0ecc0b8a36b9c297aee16aa44227
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")
   }]
})