mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
个人主页
This commit is contained in:
@@ -158,12 +158,12 @@ export default {
|
||||
});
|
||||
let event = {
|
||||
key: "PublishArticle",//后台的事件key 发布文章且审核通过
|
||||
title: "首次发表文章(审核通过)",//事件的标题
|
||||
title: "发表文章",//事件的标题
|
||||
parameters:"",//用户自定义参数 name:value,name:value
|
||||
content: this.addForm.title,//事件的内容
|
||||
objId: this.addForm.id,//关联的id
|
||||
content: "发表了文章",//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
objType: "2",//关联的类型
|
||||
objInfo: "文章",
|
||||
objInfo: this.addForm.title,
|
||||
aid: this.userInfo.aid, //当前登录人的id
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
|
||||
Reference in New Issue
Block a user