Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
iiop123 committed Nov 14, 2022
1 parent 4c5ffde commit 1f26bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/src/water.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default{
}).catch(async (error)=>{
const json=await error.json();
this.file_info=[]
alert(json.err);
alert(json.src);
this.status=false
})
},600)
Expand Down

0 comments on commit 1f26bbd

Please sign in to comment.