更改工作流组件

This commit is contained in:
RockYang
2025-04-03 09:41:06 +08:00
parent a3a2500498
commit 0746cd49f4
6 changed files with 158 additions and 483 deletions

View File

@@ -330,12 +330,7 @@ const routes = [
meta: { title: "测试页面" },
component: () => import("@/views/Test.vue"),
},
{
name: "test2",
path: "/test2",
meta: { title: "测试页面" },
component: () => import("@/views/RealtimeTest.vue"),
},
{
name: "NotFound",
path: "/:all(.*)",