spring
2025-03-19 07a41ade45c962e93a9d449ce1be0eec52e66a6a
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")
  }]
})
})