From 8825c816587b1f044cf051303d7a9215ca3a3651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E7=94=B5=E8=84=91?= Date: Wed, 16 Jul 2025 18:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/common/common.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 4750d846..016313d0 100644 --- a/.env.development +++ b/.env.development @@ -13,7 +13,7 @@ VITE_APP_ENV = 'AND' # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' # DEV -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' # app入口 diff --git a/src/common/common.js b/src/common/common.js index 8e341746..dbb3beb3 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -123,6 +123,7 @@ export const getUserInfo = (key = '') => { */ export const getPhoneEnvBool = (flag) => { // 获取当前设备的平台信息 + const { platform } = uni.getSystemInfoSync(); // 平台与标识的映射关系