update sa-token-demo/sa-token-demo-remember-me/page_project/src/App.vue.

2
This commit is contained in:
AppleOfGray 2023-03-07 13:01:34 +00:00 committed by Gitee
parent 52c4fb72f5
commit e708b11b3d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -85,7 +85,6 @@ export default {
param[tokenName] = tokenValue
this.axios.post('/back/user/state', this.$f(param))
.then(res => {
debugger
if (res.status === 200) {
this.loginState = res.data.data
} else {