Skip to content

Commit

Permalink
Merge pull request #1 from jsm1003/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jsm1003 committed Nov 25, 2017
2 parents af0973d + 0346c5c commit 35d347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/client/login/signin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
var {data: {code,msg}} = await api.post('/user/login', {
username: this.username,
password: this.password
})//目前是明文传输,后续会稍微做一点加密
})
if(code === 200) {
console.log(msg)
localStorage.setItem('testIsLogin', 'yes')
Expand Down

0 comments on commit 35d347e

Please sign in to comment.