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/';
This commit is contained in:
@@ -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/'; //原来的
|
||||
|
||||
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user