diff --git a/android/app/release/output.json b/android/app/release/output.json index b909282..0703cf3 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20210729,"versionName":"1.3.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20211226,"versionName":"1.4.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/lib/components/dioFun.dart b/lib/components/dioFun.dart index 60d09b9..b0a58dc 100644 --- a/lib/components/dioFun.dart +++ b/lib/components/dioFun.dart @@ -1989,7 +1989,9 @@ Future getDwspUrlNew( eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播')); getingDwVideo = true; - getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 + // getingDwmc = '${(indexRecord + 1)}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 + getingDwmc = + '${listDwinfoGetList2[indexRecord]['id']}、${listDwinfoGetList2[indexRecord]['dwmc']}'; //正在获取视频的点位名称 print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n'); print('\n --- getingDwVideo = $getingDwVideo --- \n'); diff --git a/pubspec.yaml b/pubspec.yaml index 955355d..127d0ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 关键是在通过接口 App.Car_Upload.Apk 上传新版本 apk 时,ver参数的版本号必须为1.3.12,而不能为1.3.12+20210729 # 否则老版本1.3.10+20210604无法更新。新版本1.3.12+20210729已经解决该问题 # version: 1.3.12+20210729 -version: 1.3.13+20211026 +# version: 1.3.13+20211026 +version: 1.4.1+20211226 environment: sdk: ">=2.7.0 <3.0.0"