mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
添加动态事件
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user