Crunchy
2024-10-28 7c0eaf011a06a3b5578fef0ae7b61c8c923e0c97
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")
  }]
})