Commit 8b06c01685e17ddabb88326b5effe317bcf448c1

Authored by wesley88
1 parent ad5052c5

1

admin-web-master/src/utils/auth.js
... ... @@ -13,7 +13,7 @@ export function getUserId() {
13 13 return localStorage.getItem(platformUser)
14 14 }
15 15  
16   -export function setToken(token) {
  16 +export function setToken(token) {
17 17 return Cookies.set(TokenKey, token)
18 18 }
19 19  
... ...