Crunchy
2024-08-02 e1d6ecb19c05c9cc00b7d4a29d82cbc546d5cd09
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")
  }]
})