From 4d4a12db83bc6364c8bd87c2c9d732e9d11a0680 Mon Sep 17 00:00:00 2001
From: qushutong <1976590620@qq.com>
Date: Thu, 10 Oct 2019 15:38:53 +0800
Subject: [PATCH 1/9] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=80=E5=85=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/api/scanswitch-add-or-update.vue | 113 +++++++++++++++++
src/views/modules/api/scanswitch.vue | 116 ++++++++++++++++++
2 files changed, 229 insertions(+)
create mode 100644 src/views/modules/api/scanswitch-add-or-update.vue
create mode 100644 src/views/modules/api/scanswitch.vue
diff --git a/src/views/modules/api/scanswitch-add-or-update.vue b/src/views/modules/api/scanswitch-add-or-update.vue
new file mode 100644
index 00000000..03ca7d84
--- /dev/null
+++ b/src/views/modules/api/scanswitch-add-or-update.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/api/scanswitch.vue b/src/views/modules/api/scanswitch.vue
new file mode 100644
index 00000000..55799795
--- /dev/null
+++ b/src/views/modules/api/scanswitch.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
From 9c357df319b98ea4dfec0d8128a621c2ecbbe86c Mon Sep 17 00:00:00 2001
From: qushutong <1976590620@qq.com>
Date: Thu, 10 Oct 2019 15:50:29 +0800
Subject: [PATCH 2/9] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 52b45c98..7a0b95e6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,7 +32,7 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<% } %>
@@ -59,4 +59,4 @@