From 22d4441a8c669185c13d2b6856c51ad550c50ae2 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 14 七月 2023 18:26:47 +0800
Subject: [PATCH] 编辑下拉框&网络请求封装优化

---
 src/common/config/index.js |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/common/config/index.js b/src/common/config/index.js
index 908e738..e69de29 100644
--- a/src/common/config/index.js
+++ b/src/common/config/index.js
@@ -1,14 +0,0 @@
-let isProduction = process.env.NODE_ENV === "production"
-let configObj = window.getServerJson
-
-// 鐢熶骇鐜璇锋眰鍦板潃
-export const baseUrl = configObj.managePath
-
-// 鏄惁鏄敓浜х幆澧�,鎵撳寘鐨勬椂鍊欏�间細鏄痶rue, 寮�鍙戠殑鏃跺�欏�兼槸false
-export const IS_PRODUCTION = isProduction
-
-// @/common/until/wsCache 鍔犲瘑浣跨敤鐨勭洂
-export const LOCAL_ENCRYPTED_KEY = configObj.localEncryptedKey
-
-// 鎺ュ彛涓婁笅鏂�
-export const manageContextPath = configObj.manageContextPath

--
Gitblit v1.8.0