update constants/other.js.

Signed-off-by: 椰羊 <746659424@qq.com>
This commit is contained in:
椰羊
2023-05-05 16:42:59 +00:00
committed by Gitee
parent bb095aaaa8
commit b50b11338a

View File

@@ -30,12 +30,12 @@ export const Time_unit = {
/** 登录设备 */
export const platform = {
1: 'Android_Phone',
2: 'APad',
3: 'Android_Watch',
4: 'MacOS',
5: 'IPad',
6: 'Old_Android'
1: 'android_Phone',
2: 'aPad',
3: 'android_Watch',
4: 'macOS',
5: 'iPad',
6: 'old_Android'
}
/** 在线状态 */