From c03c96202d50afa2c95627b2d9a2399f33d68512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BA=86=E7=A3=8A?= Date: Wed, 15 Sep 2021 16:43:13 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=BB=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E7=9B=AE=E5=BD=95=E4=B8=8B=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=8C=85=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=99=BB=E9=99=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E9=AA=8C=E8=AF=81=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 - package.json | 1 - web/src/view/login/index.vue | 61 +++--- web/yarn.lock | 413 ++++++++++++++++++++++++++++------- 4 files changed, 367 insertions(+), 114 deletions(-) delete mode 100644 package-lock.json delete mode 100644 package.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 8b28c9bb..00000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "gin-vue-admin", - "lockfileVersion": 2, - "requires": true, - "packages": {} -} diff --git a/package.json b/package.json deleted file mode 100644 index 0967ef42..00000000 --- a/package.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/web/src/view/login/index.vue b/web/src/view/login/index.vue index 77379126..aa49d5c4 100644 --- a/web/src/view/login/index.vue +++ b/web/src/view/login/index.vue @@ -3,14 +3,10 @@