Sfoglia il codice sorgente

feat: 关闭所有环境加密

chenjiarong 2 mesi fa
parent
commit
789b14910f
4 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1 1
      .env
  2. 1 1
      .env.development
  3. 1 1
      .env.production
  4. 1 1
      .env.test

+ 1 - 1
.env

@@ -18,7 +18,7 @@ VITE_CODEINSPECTOR = false
 
 # 接口加密配置
 # 加密功能总开关
-VITE_API_ENCRYPTION_ENABLED = true
+VITE_API_ENCRYPTION_ENABLED = false
 
 # AES 密钥(16字节)
 VITE_CRYPTO_KEY = alien67890982316

+ 1 - 1
.env.development

@@ -28,7 +28,7 @@ VITE_API_URL_PLATFORM = /api/alienStorePlatform
 
 # 接口加密配置
 # 加密功能总开关
-VITE_API_ENCRYPTION_ENABLED = true
+VITE_API_ENCRYPTION_ENABLED = false
 
 # AES 密钥(16字节)
 VITE_CRYPTO_KEY = alien67890982316

+ 1 - 1
.env.production

@@ -39,7 +39,7 @@ VITE_PROXY_AI = [["/ai-api","http://124.93.18.180:9000"]]
 
 # 接口加密配置
 # 加密功能总开关
-VITE_API_ENCRYPTION_ENABLED = true
+VITE_API_ENCRYPTION_ENABLED = false
 
 # AES 密钥(16字节)
 VITE_CRYPTO_KEY = alien67890982316

+ 1 - 1
.env.test

@@ -32,7 +32,7 @@ VITE_PROXY = [["/api","http://localhost:8888"]]
 
 # 接口加密配置
 # 加密功能总开关
-VITE_API_ENCRYPTION_ENABLED = true
+VITE_API_ENCRYPTION_ENABLED = false
 
 # AES 密钥(16字节)
 VITE_CRYPTO_KEY = alien67890982316