value
2024-05-24 05ae3a302227e0ee79dc82fb2ee0473cb07f4f0a
src/router/index.js
@@ -19,9 +19,15 @@
  routes: [{
    path: "/",
    component: Index
  },
  },
  {
    path: "/enter",
    component: () => import("../view/enter.vue")
  },{
      path: "/test/excel",
      component: () => import("../components/tool/excel.vue")
   },{
    path: "/wordEdit",
    component: () => import("../components/tool/onlyoffice.vue")
  }]
})
})