mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +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
|
||||
this.axios.post('/back/user/state', this.$f(param))
|
||||
.then(res => {
|
||||
debugger
|
||||
if (res.status === 200) {
|
||||
this.loginState = res.data.data
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user