mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-12-21 10:59:45 +08:00
update sa-token-demo/sa-token-demo-remember-me/page_project/src/App.vue.
2
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user