|
@@ -73,8 +73,8 @@ const settingStores = defineStore("storage-setting", {
|
|
|
|
|
|
const systemInfo = uni.getSystemInfoSync();
|
|
|
_this.deviceList.deviceBrand = systemInfo.deviceBrand;
|
|
|
-
|
|
|
- _this.deviceList.deviceId = systemInfo.deviceId;
|
|
|
+ _this.deviceList.deviceId = this.GetAndroidId();
|
|
|
+
|
|
|
_this.deviceList.deviceModel = systemInfo.deviceModel;
|
|
|
_this.deviceList.operateSystem = systemInfo.platform;
|
|
|
|