From 98a889994ce678f39a687f1072ed9d49e132679d Mon Sep 17 00:00:00 2001 From: kissnavel Date: Mon, 13 Jan 2025 18:44:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AE=BE=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/manage/device.js | 4 ++-- guoba.support.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/manage/device.js b/apps/manage/device.js index d65f25c..45588b2 100644 --- a/apps/manage/device.js +++ b/apps/manage/device.js @@ -41,8 +41,8 @@ export async function toSetDefaultDevice() { return false; } settings.setConfig('device', { - productName: info.deviceProduct, - productType: info.deviceName, + productName: info.deviceName, + productType: info.deviceProduct, modelName: info.deviceModel, osVersion: info.androidVersion, deviceInfo: info.deviceFingerprint, diff --git a/guoba.support.js b/guoba.support.js index ebac2a4..317cea2 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -247,7 +247,7 @@ export function supportGuoba() { }, { field: 'device.productName', - label: 'productName(deviceProduct)', + label: 'productName(deviceName)', bottomHelpMessage: '设置默认设备productName字段', component: 'Input', componentProps: { @@ -256,7 +256,7 @@ export function supportGuoba() { }, { field: 'device.productType', - label: 'productType(deviceName)', + label: 'productType(deviceProduct)', bottomHelpMessage: '设置默认设备productType字段', component: 'Input', componentProps: {