value
2024-05-30 80c7b8f79ebd7b053a59d2fca99b90db66798f0c
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")
  }]
})
})