Commit d81bc1ad authored by Pan's avatar Pan

perf: change token key

parent e69c2c8a
import Cookies from 'js-cookie'
const TokenKey = 'Admin-Token'
const TokenKey = 'vue_admin_template_token'
export function getToken() {
return Cookies.get(TokenKey)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment