fix:登录

上级 c222f0bb
......@@ -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')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册