File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { login , logout , getInfo } from '@/api/user'
22import { getToken , setToken , removeToken } from '@/utils/auth'
3- import { resetRouter } from '@/router'
43
54const state = {
65 token : getToken ( ) ,
Original file line number Diff line number Diff line change 1313 <svg-icon icon-class =" password" />
1414 </span >
1515 <el-input
16- :type =" pwdType"
1716 v-model =" loginForm.password"
17+ :type =" pwdType"
1818 name =" password"
1919 auto-complete =" on"
2020 placeholder =" password"
21- @keyup.enter.native =" handleLogin" />
21+ @keyup.enter.native =" handleLogin"
22+ />
2223 <span class =" show-pwd" @click =" showPwd" >
2324 <svg-icon icon-class =" eye" />
2425 </span >
2526 </el-form-item >
2627 <el-form-item >
2728 <el-row >
2829 <el-col id =" captcha" :span =" 10" style =" height : 42px ;" >
29- <p id =" wait" class =" show" />
30+ <p id =" wait" class =" show" />
3031 <p id =" notice" class =" hide" >请先完成验证</p >
3132 </el-col >
3233 </el-row >
You can’t perform that action at this time.
0 commit comments