This commit is contained in:
魏啾
2024-02-22 10:11:59 +08:00
parent 1117cba7de
commit 1d3ca787ed
2 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,14 @@ const routes = [
index: 1,
},
component: () => import("@/views/table.vue"),
},
{
path: "/order",
name: "order",
meta: {
index: 1,
},
component: () => import("@/views/order/index.vue"),
}
];