yangfeng
2023-07-14 22d4441a8c669185c13d2b6856c51ad550c50ae2
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
// 是否是生产环境,打包的时候值会是true, 开发的时候值是false
export const IS_PRODUCTION = isProduction
// @/common/until/wsCache 加密使用的盐
export const LOCAL_ENCRYPTED_KEY = configObj.localEncryptedKey
// 接口上下文
export const manageContextPath = configObj.manageContextPath