소스 검색

巡检心跳固定设备编号

fanghuisheng 3 주 전
부모
커밋
1ea7ce492c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;