From 83cf35fd94c287cf27bf091c634f0df08677a12d Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Sun, 20 Mar 2022 20:04:46 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit112=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BA1.4.22+20220320?= =?UTF-8?q?=E3=80=82=E6=9B=B4=E6=96=B0=E5=8C=BA=E5=8E=BF=E8=BF=9D=E7=AB=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=92=8C=E8=A7=86=E9=A2=91=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=89=8D=E7=BC=80=EF=BC=8C=E5=B7=B2=E7=BB=8F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=BF=9D=E7=AB=A0=E5=9B=BE=E7=89=87=E5=92=8C?= =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit // 区县违章图片和视频地址前缀 // const serviceUrl_ybqx_media = 'http://125.64.218.67:9912/'; // 20220320,罗腾-子非鱼: @闵军 区县端口视频文件和图片文件的前缀,由原来的 http://125.64.218.67:9912/ 调整为 http://125.64.218.67:9906/ // 罗腾-子非鱼: 9912端口已被禁用 const serviceUrl_ybqx_media = 'http://125.64.218.67:9906/'; --- android/app/release/output.json | 2 +- lib/components/commonFun.dart | 6 +++++- pubspec.yaml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index 757dca3..3f376a9 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220319,"versionName":"1.4.21","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":20220320,"versionName":"1.4.22","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/commonFun.dart b/lib/components/commonFun.dart index 7f9d185..b383251 100644 --- a/lib/components/commonFun.dart +++ b/lib/components/commonFun.dart @@ -56,8 +56,12 @@ import 'UserInfo.dart'; String APPkey = 'pdohxHyr79ddvzgE8ArwGaxb01bmCtJB'; // 区县后台地址 const serviceUrl_ybqx = 'http://125.64.218.67:9909'; + // 区县违章图片和视频地址前缀 -const serviceUrl_ybqx_media = 'http://125.64.218.67:9912/'; +// const serviceUrl_ybqx_media = 'http://125.64.218.67:9912/'; +// 20220320,罗腾-子非鱼: @闵军 区县端口视频文件和图片文件的前缀,由原来的 http://125.64.218.67:9912/ 调整为 http://125.64.218.67:9906/ +// 罗腾-子非鱼: 9912端口已被禁用 +const serviceUrl_ybqx_media = 'http://125.64.218.67:9906/'; // 区县球机方向控制地址 // const String setSphericalCameraUrl = 'http://125.64.218.67:9914/'; //原来的 diff --git a/pubspec.yaml b/pubspec.yaml index 753684d..3361a6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -61,7 +61,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.4.18+20220302 #version: 1.4.19+20220303 #version: 1.4.20+20220306 -version: 1.4.21+20220319 +#version: 1.4.21+20220319 +version: 1.4.22+20220320 environment: sdk: ">=2.7.0 <3.0.0"