优化打印机

This commit is contained in:
gyq
2024-04-18 09:22:30 +08:00
parent 51fe3266ce
commit 5bb73cb3b3
11 changed files with 665 additions and 61 deletions

View File

@@ -73,6 +73,11 @@ const routes = [
path: "/add_device",
name: "add_device",
component: () => import("@/views/device/add.vue"),
},
{
path: "/add_label",
name: "add_label",
component: () => import("@/views/device/add_label.vue"),
}
];