value
2024-05-16 e39a46f97bd95687c882f81bb373e50db25d4286
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")
  }]
})