licp
2024-06-07 32a95699e59c5c65e18c08643266c9cbfa380ee4
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")
  }]
})