This commit is contained in:
quantulr
2024-03-12 14:13:14 +08:00
parent 1c3bfc1610
commit f62877224d
5 changed files with 373 additions and 370 deletions

View File

@ -1,6 +1,6 @@
import Cookies from "js-cookie";
const TokenKey = "Admin-Token";
const TokenKey = "Web-Token";
export function getToken() {
return Cookies.get(TokenKey);