新增收银页面
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user