From 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 27 Sep 2023 09:35:57 +0800
Subject: [PATCH] 添加环境配置区分

---
 src/types/enums.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/types/enums.ts b/src/types/enums.ts
index ea3601d..5d5fac1 100644
--- a/src/types/enums.ts
+++ b/src/types/enums.ts
@@ -23,7 +23,8 @@
     PILOT_HOME = 'pilot-home',
     PILOT_MEDIA = 'pilot-media',
     PILOT_LIVESHARE = 'pilot-liveshare',
-    PILOT_BIND = 'pilot-bind'
+    PILOT_BIND = 'pilot-bind',
+    IMPLEMENT = 'implement',
 }
 
 export enum EStorageKey {
@@ -58,7 +59,7 @@
 export enum ELocalStorageKey {
     Username = 'username',
     WorkspaceId = 'workspace_id',
-    Token = 'Authorization',
+    Token = 'x-auth-token',
     PlatformName = 'platform_name',
     WorkspaceName = 'workspace_name',
     WorkspaceDesc = 'workspace_desc',

--
Gitblit v1.9.3