fix:回退

This commit is contained in:
wangsongsole 2022-10-08 18:26:33 +08:00
parent 5f380f779a
commit 65a33d4848
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@
let data = {
"key": this.key,
"code": this.code,
"code_unique_str": localStorage.getItem('unique_str')
"code_unique_str": sessionStorage.getItem('unique_str')
}
req.axiosPost('/key/login', data).then(res => {
setTimeout(() => {