gaoluyang
2024-07-17 a0faa6ff04f38f53728b97c21c82fd9798488e45
src/router/index.js
@@ -26,5 +26,8 @@
  },{
      path: "/test/excel",
      component: () => import("../components/tool/excel.vue")
   }]
   },{
    path: "/wordEdit",
    component: () => import("../components/tool/onlyoffice.vue")
  }]
})