From 60b514fc0c4e84c82f456dc8ce7014b113c43cdf Mon Sep 17 00:00:00 2001 From: nineven Date: Tue, 14 Apr 2020 16:38:50 +0800 Subject: [PATCH] fix a bug --- fir_client/src/components/FirApps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }) },