We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f6450 commit eafef79Copy full SHA for eafef79
1 file changed
admin/src/main/resources/public/addBlog.html
@@ -28,8 +28,9 @@
28
<form action="/admin/blog/add" method="post">
29
标题:<input type="text" name="title" title="" style="width: 100%"><br>
30
简介:<textarea name="summary" title="" rows="3" style="width: 100%"></textarea><br>
31
- <input type="hidden" value="1" name="tagId">
+ <input type="hidden" value="1" name="tagIds">
32
<input type="hidden" value="xiaomo" name="nickName">
33
+ <input type="hidden" value="1" name="blogType">
34
<textarea name="content" id="textarea-1" rows="22" title="">
35
</textarea><br>
36
<input type="submit" value="提交">
0 commit comments