From 05381047e168be0a43e89c7a72fe1c152544d76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Mon, 22 Jan 2024 12:30:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyLogin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MyLogin.vue b/src/components/MyLogin.vue index 210a7d5..1232bbf 100644 --- a/src/components/MyLogin.vue +++ b/src/components/MyLogin.vue @@ -44,7 +44,7 @@ export default { this.password = '' }, login() { - if (this.username === 'admin' && this.password === '716288') { + if (this.username === 'admin' && this.password === '888888') { // 登录成功 // 1. 存储 token localStorage.setItem('token', 'Bearer xxxx') -- GitLab