diff --git a/fir_client/src/components/FirApps.vue b/fir_client/src/components/FirApps.vue index ad73c74..29159b9 100644 --- a/fir_client/src/components/FirApps.vue +++ b/fir_client/src/components/FirApps.vue @@ -490,7 +490,7 @@ } loading.close(); }, { - 'methos': 'POST', + 'methods': 'POST', 'data': {"bundleid": this.analyseappinfo.bundleid, "type": this.analyseappinfo.type} }) },