#107 巡检设备心跳优化

Gabung
fanghuisheng menggabungkan 1 komit dari uskycloud/fanghuisheng menjadi uskycloud/master%! (template.HTML=9 bulan lalu)s
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/store/modules/setting.js

+ 2 - 2
src/store/modules/setting.js

@@ -73,8 +73,8 @@ const settingStores = defineStore("storage-setting", {
             // 获取系统信息
             const systemInfo = uni.getSystemInfoSync();
             _this.deviceList.deviceBrand = systemInfo.deviceBrand;
-            // _this.deviceList.deviceId = this.GetAndroidId();
-            _this.deviceList.deviceId = systemInfo.deviceId;
+            _this.deviceList.deviceId = this.GetAndroidId();
+            // _this.deviceList.deviceId = systemInfo.deviceId;
             _this.deviceList.deviceModel = systemInfo.deviceModel;
             _this.deviceList.operateSystem = systemInfo.platform;