个人主页

This commit is contained in:
zhaofang
2022-09-15 14:46:54 +08:00
parent edaa9e4795
commit 36c7dfc988
15 changed files with 1144 additions and 26 deletions

View File

@@ -48,7 +48,6 @@ const user = {
actions: {
// /用户触发事件
userTrigger({ commit }, event) {
console.log(event,'event');
apiStat.sendEvent(event).then(res=>{
console.log(res,'userTrigger');
})