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, 4 insertions(+), 1 deletions(-)

diff --git a/src/types/enums.ts b/src/types/enums.ts
index 52ebf08..5d5fac1 100644
--- a/src/types/enums.ts
+++ b/src/types/enums.ts
@@ -2,6 +2,8 @@
     ELEMENT = 'element',
     LOGIN = 'login',
     PROJECT = 'project',
+    ADD_PROJECT = 'add_project',
+    EDIT_PROJECT = 'edit_project',
     PROJECT_LIST='project_list',
     HOME = 'home',
     TSA = 'tsa',
@@ -21,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 {

--
Gitblit v1.9.3