Skip to content

Commit

Permalink
zxj 2023 5 22
Browse files Browse the repository at this point in the history
  • Loading branch information
SEU-zxj committed May 22, 2023
1 parent 965c62b commit fd3778a
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 165 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@ export default {
store.userPhoneNumber = logForm.tel;
console.log("成功登录!用户电话=" + store.userPhoneNumber);
store.state.userToken = res.data.data.token;
//记录token
// window.localStorage.setItem('userToken', res.data.data.token)
//记录登录状态
Expand Down
Loading

0 comments on commit fd3778a

Please sign in to comment.