Skip to content

Commit 3efd923

Browse files
committed
fix bug about upload file at fakeri.com website
1 parent 69516a8 commit 3efd923

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ fakerli blog based on ssr
1515
1. 增加下拉加载的支持。进度: 0%
1616
1. 给归档页面增加一个按照年份的列表,参照[ququ的博客](https://imququ.com/post/archives.html)。进度:稍等,不急。
1717
1. 参考[这个页面](http://herozhou.coding.me/vue-framework-wz/#/login)
18+
1. 正式区的首页图无法自动更换。
19+
1. gitalk的权限问题。

src/pages/backend-article-insert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
:on-format-error="handleFormatError"
5757
:on-exceeded-size="handleMaxSize"
5858
:before-upload="handleUpload"
59-
action="//localhost:8080/api/backend/article/upload">
59+
action="/api/backend/article/upload">
6060
<div style="padding: 20px 0">
6161
<Icon type="ios-cloud-upload" size="52" style="color: #3399ff"></Icon>
6262
<p>点击或将文件拖拽到这里上传</p>

0 commit comments

Comments
 (0)