refactor: ♻️ eslint 代码规范调整
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const TOKEN_KEY = "v3-admin-token";
|
||||
const TOKEN_KEY = "admin-token";
|
||||
|
||||
function getToken(): string {
|
||||
return localStorage.getItem(TOKEN_KEY) || "";
|
||||
|
||||
Reference in New Issue
Block a user