hyzp_ybqx-Commit112:版本号更新为1.4.22+20220320。更新区县违章图片和视频地址前缀,已经可以查看违章图片和视频

// 区县违章图片和视频地址前缀
// 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/';
master
WinUser01 4 years ago
parent 941a7e5f16
commit 83cf35fd94

@ -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":{}}]
[{"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":{}}]

@ -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/'; //

@ -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"

Loading…
Cancel
Save