refactor(api): 修正设备接口字段并补充推送ID
- 将 DeviceItem 接口从用户字段替换为设备相关字段 - 在 DeviceOtherInfo 中新增 pushId 字段 - 调整设备列表显示顺序,并移除推送ID列的溢出提示 - 在设备详情中展示极光推送ID
This commit is contained in:
@@ -494,6 +494,9 @@
|
||||
<el-descriptions-item label="设备 ID">
|
||||
{{ formatText(otherInfo.deviceId) }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="极光推送ID">
|
||||
{{ formatText(otherInfo.pushId) }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="GAID">
|
||||
{{ formatText(otherInfo.gaid) }}
|
||||
</el-descriptions-item>
|
||||
|
||||
Reference in New Issue
Block a user