Skip to content

Commit

Permalink
删除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozzzi committed Oct 19, 2023
1 parent 5dc8f48 commit b32455e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const uploadForm = (file: File, pid: number, callback: UploadCallback) =>
* @param pid
* @returns
*/
export const uploadDate = (rawFile: UploadRawFile, pid: number, repeatUpload?: boolean = false) => {
export const uploadDate = (rawFile: UploadRawFile, pid: number, repeatUpload: boolean = false) => {
return {
pid: pid,
filename: wrapperFilename(rawFile.name),
Expand Down
1 change: 0 additions & 1 deletion blossom-web/src/views/article/Articles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<span class="iconbl bl-a-clock3-line"></span> 修改
{{ article.syncTime }}
</div>
<div class="toc-subtitle" @click="copyUrl">复制地址:123123</div>
</div>
<div class="toc-title">目录</div>
<div class="toc-content">
Expand Down

0 comments on commit b32455e

Please sign in to comment.