@ -182,8 +182,8 @@
content: this.curActivity.content,
type: JSON.stringify(this.type),
verifyCode: setVerifyCode,
ipRestrict: setIpRestrict,
author: this.$store.state.user.userName
author: this.$store.state.user.userName,
ipRestrict: setIpRestrict
}).then(resp => {
if (resp && resp.data.code === 200) {
this.$store.state.curCreateActivity = []