添加动态事件

This commit is contained in:
zhaofang
2022-09-14 15:15:19 +08:00
parent 4109cab4b4
commit 5146759a08
8 changed files with 127 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ const baseURL = process.env.VUE_APP_STAT_BASE_API;
*
*/
const sendEvent = function(data) {
return ajax.get(baseURL,'/xboe/m/stat/event/send');
return ajax.postJson(baseURL,'/xboe/m/stat/event/send',data);
}
/**