licp
2024-07-01 e0a71526e0138a89f2dae838c36eaf9e99994a51
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")
  }]
})
})