modify token key in local storage

This commit is contained in:
MaysWind
2020-10-19 22:13:06 +08:00
parent 19ebd6ce00
commit 103e1c833d

View File

@@ -1,4 +1,4 @@
const tokenLocalStorageKey = 'UserToken';
const tokenLocalStorageKey = 'lab_user_token';
function getToken() {
return localStorage.getItem(tokenLocalStorageKey);