licp
2024-10-28 3845f43c43252185a134566a63670de9d1c2d253
src/router/index.js
@@ -19,9 +19,15 @@
  routes: [{
    path: "/",
    component: Index
  },
  },
  {
    path: "/enter",
    component: () => import("../view/enter.vue")
  },{
      path: "/test/excel",
      component: () => import("../components/tool/excel.vue")
   },{
    path: "/wordEdit",
    component: () => import("../components/tool/onlyoffice.vue")
  }]
})
})