Commit cef6b8ba authored by yating.lin's avatar yating.lin

版本号升至v2.9.6.12

parent 9bf24c7b
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.witium.muchang.witiumtest" version="2.9.6.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.witium.muchang.witiumtest" version="2.9.6.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>牧场云</name> <name>牧场云</name>
<description>test</description> <description>test</description>
<author email="frank.feng@witium.com" href="http://muchang.witium.com/">Van.chen - frank.feng</author> <author email="frank.feng@witium.com" href="http://muchang.witium.com/">Van.chen - frank.feng</author>
...@@ -79,6 +79,5 @@ ...@@ -79,6 +79,5 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" /> <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-appminimize" spec="1.0.1" /> <plugin name="cordova-plugin-appminimize" spec="1.0.1" />
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="~4.5.5" /> <engine name="ios" spec="~4.5.5" />
</widget> </widget>
...@@ -2863,7 +2863,7 @@ ...@@ -2863,7 +2863,7 @@
}, },
"cordova-android": { "cordova-android": {
"version": "7.1.4", "version": "7.1.4",
"resolved": "http://registry.npm.taobao.org/cordova-android/download/cordova-android-7.1.4.tgz", "resolved": "https://registry.npm.taobao.org/cordova-android/download/cordova-android-7.1.4.tgz",
"integrity": "sha1-JSYa1mzGT0KjC3C+AFkB+jDiQw4=", "integrity": "sha1-JSYa1mzGT0KjC3C+AFkB+jDiQw4=",
"requires": { "requires": {
"abbrev": "*", "abbrev": "*",
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"@ionic-native/status-bar": "^5.0.0", "@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^4.6.2", "@ionic/angular": "^4.6.2",
"@swimlane/ngx-datatable": "^15.0.2", "@swimlane/ngx-datatable": "^15.0.2",
"cordova-android": "7.1.4", "cordova-android": "^7.1.4",
"cordova-ios": "~4.5.5", "cordova-ios": "~4.5.5",
"cordova-plugin-appminimize": "1.0.1", "cordova-plugin-appminimize": "1.0.1",
"cordova-plugin-badge": "0.8.8", "cordova-plugin-badge": "0.8.8",
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
"com.hikvision.sdk": {} "com.hikvision.sdk": {}
}, },
"platforms": [ "platforms": [
"android", "ios",
"ios" "android"
] ]
} }
} }
\ No newline at end of file
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<div Button class="button" (click)="loginOut()" [type]="'primary'" style="letter-spacing: 2px">退出登录</div> <div Button class="button" (click)="loginOut()" [type]="'primary'" style="letter-spacing: 2px">退出登录</div>
</div> </div>
<div style="position: fixed;bottom: 20px;display: inline-block;width: 100%;text-align: center;color: #666666;font-size: 14px;"> <div style="position: fixed;bottom: 20px;display: inline-block;width: 100%;text-align: center;color: #666666;font-size: 14px;">
版本信息: v2.9.6.11 版本信息: v2.9.6.12
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment