ecinc-cloud-mappaio 9.7.72 → 9.7.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/ecmappaio.common.js
CHANGED
|
@@ -59668,6 +59668,10 @@ var src_install = function install(Vue) {
|
|
|
59668
59668
|
// 登出
|
|
59669
59669
|
this.jsBridgeCallNativeMethod('logout', null, callback);
|
|
59670
59670
|
},
|
|
59671
|
+
exitApp: function exitApp(callback) {
|
|
59672
|
+
// 退出
|
|
59673
|
+
this.jsBridgeCallNativeMethod('exitApp', null, callback);
|
|
59674
|
+
},
|
|
59671
59675
|
updateBadgeNumber: function updateBadgeNumber(data, callback) {
|
|
59672
59676
|
// 更新app角标数量
|
|
59673
59677
|
this.jsBridgeCallNativeMethod('updateBadgeNumber', data, callback);
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -59686,6 +59686,10 @@ var src_install = function install(Vue) {
|
|
|
59686
59686
|
// 登出
|
|
59687
59687
|
this.jsBridgeCallNativeMethod('logout', null, callback);
|
|
59688
59688
|
},
|
|
59689
|
+
exitApp: function exitApp(callback) {
|
|
59690
|
+
// 退出
|
|
59691
|
+
this.jsBridgeCallNativeMethod('exitApp', null, callback);
|
|
59692
|
+
},
|
|
59689
59693
|
updateBadgeNumber: function updateBadgeNumber(data, callback) {
|
|
59690
59694
|
// 更新app角标数量
|
|
59691
59695
|
this.jsBridgeCallNativeMethod('updateBadgeNumber', data, callback);
|