From b2f0d0b2d903ee0d6a4680860306122a5c5dc335 Mon Sep 17 00:00:00 2001 From: zhoumingxiu Date: Fri, 12 Jan 2024 17:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=BA=E9=99=B7=E6=A3=80?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/machineVision/hardwareIO/index.vue | 332 ++++++++++++++++++ .../machineVision/identifyVerify/index.vue | 324 +++++++++++++++++ 2 files changed, 656 insertions(+) create mode 100644 god-ui/src/views/machineVision/hardwareIO/index.vue create mode 100644 god-ui/src/views/machineVision/identifyVerify/index.vue diff --git a/god-ui/src/views/machineVision/hardwareIO/index.vue b/god-ui/src/views/machineVision/hardwareIO/index.vue new file mode 100644 index 00000000..1a61b8cf --- /dev/null +++ b/god-ui/src/views/machineVision/hardwareIO/index.vue @@ -0,0 +1,332 @@ + + + diff --git a/god-ui/src/views/machineVision/identifyVerify/index.vue b/god-ui/src/views/machineVision/identifyVerify/index.vue new file mode 100644 index 00000000..b522f6ce --- /dev/null +++ b/god-ui/src/views/machineVision/identifyVerify/index.vue @@ -0,0 +1,324 @@ + + + -- 2.45.2