朱佳吉
2024-05-09 1e9c7a02ec2b8caf7dda6000d7f0f79849df6b45
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")
   }]
})