From fd89653f04ee2b993895e09c86b68d3fe0e3108d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Thu, 16 Jun 2022 17:32:42 +0800 Subject: [PATCH] up --- package.json | 2 +- src/views/login/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 60ec50b..cfbb01a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:ci": "npm run lint && npm run test:unit" }, "dependencies": { - "@smallwei/avue": "^2.9.10", + "@smallwei/avue": "^2.9.11", "avue-plugin-map": "^1.0.1", "axios": "0.18.1", "core-js": "3.6.5", diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 2a5e57e..baea980 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -69,8 +69,8 @@ export default { } return { loginForm: { - username: 'admin', - password: 'Admin2022' + username: '', + password: '' }, loginRules: { username: [{ required: true, trigger: 'blur', validator: validateUsername }],