Commit 8b06c01685e17ddabb88326b5effe317bcf448c1
1 parent
ad5052c5
1
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/utils/auth.js
| @@ -13,7 +13,7 @@ export function getUserId() { | @@ -13,7 +13,7 @@ export function getUserId() { | ||
| 13 | return localStorage.getItem(platformUser) | 13 | return localStorage.getItem(platformUser) |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | -export function setToken(token) { | 16 | +export function setToken(token) { |
| 17 | return Cookies.set(TokenKey, token) | 17 | return Cookies.set(TokenKey, token) |
| 18 | } | 18 | } |
| 19 | 19 |