From 251d38445fd66672881981407cd1655dc71a2c90 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 1 Jun 2022 00:08:29 +0800 Subject: [PATCH] chore(app): remove getSystemInfoSync errMsg --- packages/uni-app-plus/src/service/api/device/systemInfo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/uni-app-plus/src/service/api/device/systemInfo.ts b/packages/uni-app-plus/src/service/api/device/systemInfo.ts index f09d66255..4b2f751cb 100644 --- a/packages/uni-app-plus/src/service/api/device/systemInfo.ts +++ b/packages/uni-app-plus/src/service/api/device/systemInfo.ts @@ -95,7 +95,6 @@ export const getSystemInfoSync = defineSyncApi( _initSystemInfo = true const extraData = { - errMsg: 'getSystemInfo:ok', fontSizeSetting: appBaseInfo.hostFontSizeSetting, osName: systemInfo.osName.toLowerCase(), } -- GitLab