mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 13:34:18 +08:00
update sa-token-demo/sa-token-demo-remember-me/page_project/src/App.vue.
2
This commit is contained in:
parent
52c4fb72f5
commit
e708b11b3d
@ -85,7 +85,6 @@ export default {
|
|||||||
param[tokenName] = tokenValue
|
param[tokenName] = tokenValue
|
||||||
this.axios.post('/back/user/state', this.$f(param))
|
this.axios.post('/back/user/state', this.$f(param))
|
||||||
.then(res => {
|
.then(res => {
|
||||||
debugger
|
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
this.loginState = res.data.data
|
this.loginState = res.data.data
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user