Browse Source

微信扫码登录

yh 5 days ago
parent
commit
503a34a411
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/utils/auth.js

+ 0 - 3
src/utils/auth.js

@@ -14,6 +14,3 @@ export function removeToken() {
   return Cookies.remove(TokenKey)
 }
 
-export function setToken(token) {
-  return Cookies.set(TokenKey, token)
-}