From da713fe262324b87789fe49a6285ac8f2008d190 Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期五, 06 十二月 2024 14:01:43 +0800 Subject: [PATCH] 安卓手机下载APP路径位置放到globalConfig --- src/constants/index.ts | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index b17abd8..c3c16f7 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -13,9 +13,6 @@ //#region ====================== 鍒嗕韩鍦板潃 ====================== export const SHARE_URL = window.globalConfig.WebApiUrl.ShareUrl; //#endregion -//#region ====================== 鎵嬫満涓嬭浇apk鍦板潃 ====================== -export const PHONE_URL = window.globalConfig.WebApiUrl.PhoneUrl; -//#endregion //#region ====================== 鍓嶇鍦板潃 ====================== // 鏈�鍚庝竴涓瓧绗︽槸 '/' export const SERVE_URL = window.location.origin + window.location.pathname; -- Gitblit v1.9.3