wujingjing
2025-01-03 d43a9b7b743bc27b2a8740e97f55a1f352ac00c0
src/constants/index.ts
@@ -10,14 +10,14 @@
export const SECONDARY_URL = window.globalConfig.WebApiUrl?.SecondaryUrl;
export const TERTIARY_URL = window.globalConfig.WebApiUrl?.TertiaryUrl;
//#endregion
//#region ====================== 分享地址 ======================
export const SHARE_URL = window.globalConfig.WebApiUrl.ShareUrl;
//#endregion
//#region ====================== 前端地址 ======================
// 最后一个字符是 '/'
export const SERVE_URL = window.location.origin + window.location.pathname;
//#endregion
//#region ====================== 分享地址 ======================
export const SHARE_URL = `${SERVE_URL}${window.globalConfig.WebApiUrl.ShareUrl}`;
//#endregion
//#region ====================== 模块 ======================
export const MODULE_CODE = window.moduleConfig?._self?.code;
export const TYPE_CODE = window.moduleConfig?._self?.type?.code;