Commit e9e7b4c9 authored by dragondean@qq.com's avatar dragondean@qq.com

修改token的cookie键值,避免跟web冲突

parent bda92871
import Cookies from 'js-cookie'
const TokenKey = 'Admin-Token'
const TokenKey = 'Jd-Admin-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