新增收银页面

This commit is contained in:
gyq
2024-02-22 09:41:27 +08:00
parent 113bc4d730
commit 7558889840
13 changed files with 905 additions and 77 deletions

View File

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