From 461473c9866e7369183abd981f5301cdcde839c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Wed, 9 Aug 2023 16:09:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= 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 f7c300f..30ba11d 100644 --- a/src/components/MyLogin.vue +++ b/src/components/MyLogin.vue @@ -43,7 +43,7 @@ export default { this.password = '' }, login() { - if (this.username === 'admin' && this.password === '666666') { + if (this.username === 'admin' && this.password === '666688') { // 登录成功 // 1. 存储 token localStorage.setItem('token', 'Bearer xxxx') -- GitLab