mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
个人主页接口对接
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
this.$message.success("发布问题成功")
|
||||
let event = {
|
||||
key: "PulishQuestion",//后台的事件key 发布文章且审核通过
|
||||
title: "发布问题",//事件的标题
|
||||
title: this.askForm.title,//事件的标题
|
||||
parameters:"",//用户自定义参数 name:value,name:value
|
||||
content: "在问答中发布一个问题",//事件的内容
|
||||
objId: res.result.id,//关联的id
|
||||
|
||||
Reference in New Issue
Block a user