优化打印机
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user