We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69516a8 commit 3efd923Copy full SHA for 3efd923
README.md
@@ -15,3 +15,5 @@ fakerli blog based on ssr
15
1. 增加下拉加载的支持。进度: 0%
16
1. 给归档页面增加一个按照年份的列表,参照[ququ的博客](https://imququ.com/post/archives.html)。进度:稍等,不急。
17
1. 参考[这个页面](http://herozhou.coding.me/vue-framework-wz/#/login)。
18
+1. 正式区的首页图无法自动更换。
19
+1. gitalk的权限问题。
src/pages/backend-article-insert.vue
@@ -56,7 +56,7 @@
56
:on-format-error="handleFormatError"
57
:on-exceeded-size="handleMaxSize"
58
:before-upload="handleUpload"
59
- action="//localhost:8080/api/backend/article/upload">
+ action="/api/backend/article/upload">
60
<div style="padding: 20px 0">
61
<Icon type="ios-cloud-upload" size="52" style="color: #3399ff"></Icon>
62
<p>点击或将文件拖拽到这里上传</p>
0 commit comments