Commit 21becdb7 by yanju

修复项目发布页

parent d1d34d91
...@@ -423,7 +423,7 @@ export default { ...@@ -423,7 +423,7 @@ export default {
projectRes = await this.$axios.$put(config.api.put.Project.revise + this.$route.query.id, { projectRes = await this.$axios.$put(config.api.put.Project.revise + this.$route.query.id, {
author: this.author, author: this.author,
categoryId: this.projectClass, categoryId: this.projectClass,
cover: this.imgSrc, cover: this.imgSrc||'',
devLang: this.language, devLang: this.language,
docLink: this.docLink, docLink: this.docLink,
homeLink: this.homeLink, homeLink: this.homeLink,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment