From e35644f4f3e1ce08de3acdc7f0ba28d002138a81 Mon Sep 17 00:00:00 2001 From: qiang Date: Sat, 30 Jan 2021 21:22:31 +0800 Subject: [PATCH] build: build v3 --- packages/uni-app-plus/dist/index.v3.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index 68e0ff207..92d57ac9d 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -5419,11 +5419,11 @@ var serviceContext = (function () { return plus.navigator.isImmersedStatusbar() ? Math.round(plus.os.name === 'iOS' ? plus.navigator.getSafeAreaInsets().top : plus.navigator.getStatusbarHeight()) : 0 } - let uuid; + let deviceId; - function uuid$1 () { - uuid = uuid || plus.runtime.getDCloudId(); - return uuid + function deviceId$1 () { + deviceId = deviceId || plus.runtime.getDCloudId(); + return deviceId } function getSystemInfoSync () { @@ -5513,7 +5513,7 @@ var serviceContext = (function () { bottom: safeAreaInsets.bottom, left: safeAreaInsets.left }, - uuid: uuid$1() + deviceId: deviceId$1() } } -- GitLab