Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Apr 4, 2024
1 parent 9e075ea commit a3445b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jiazhiwei/dev-server-web",
"version": "2.0.2",
"version": "2.0.3",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/views/AssetsManage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div>
<el-upload
drag
:action="`/api/${setting.upload.url}`"
:action="setting.upload.url"
:method="setting.upload.method"
:show-file-list="false"
:on-success="handleUploadSuccess"
Expand Down

0 comments on commit a3445b2

Please sign in to comment.