From 506bf62ab726ba7e5684db6a39d0ceee883c99c1 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Mon, 1 May 2023 13:35:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20modified:=20=20=20constants/othe?= =?UTF-8?q?r.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/other.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/constants/other.js b/constants/other.js index a27f3b7..e667b96 100644 --- a/constants/other.js +++ b/constants/other.js @@ -30,12 +30,12 @@ export const Time_unit = { /** 登录设备 */ export const platform = { - 1: '安卓手机', - 2: 'aPad', - 3: '安卓手表', + 1: 'Android_Phone', + 2: 'APad', + 3: 'Android_Watch', 4: 'MacOS', - 5: 'iPad', - 6: 'old_Android' + 5: 'IPad', + 6: 'Old_Android' } /** 在线状态 */