apply-clients 3.3.104 → 3.3.105
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/package.json +1 -1
- package/src/components/android/AppSign.vue +7 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +475 -473
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +2 -0
- package/src/components/product/Process/Processes/InstallationDetails.vue +600 -598
package/package.json
CHANGED
|
@@ -108,6 +108,13 @@ export default {
|
|
|
108
108
|
this.f_sign_path = fileUrl
|
|
109
109
|
|
|
110
110
|
this.$emit('sign-success', fileUrl)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
HostApp.__this__.getFiles()
|
|
114
|
+
console.log('----------------查询回调结束-------------------')
|
|
115
|
+
|
|
116
|
+
HostApp. = null
|
|
117
|
+
HostApp.__this__ = null
|
|
111
118
|
},
|
|
112
119
|
delAudioFile (signPath) {
|
|
113
120
|
if (!signPath) {
|