Browse Source

refactor(student): 移除登录过程中的调试代码

- 删除了 login 方法中的 alert 和 return 语句
- 这些代码行可能是之前的调试遗留,不影响主要功能
master
liutong 11 months ago
parent
commit
132cec21b9
  1. 2
      pages/student/login/login.vue

2
pages/student/login/login.vue

@ -108,8 +108,6 @@ export default {
},
//
async login() {
alert(this.loginType)
return
let item = {};
item['username'] = this.user
item['password'] = this.password1

Loading…
Cancel
Save