Skip to content

Commit

Permalink
fix:facedat upload type
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthThirteen committed Aug 21, 2023
1 parent 857a676 commit c71ca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/face/Parse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="m-facedata">
<div class="m-face-parse" :class="{ on: done }">
<h1 class="m-face-parse-title">捏脸数据解析器</h1>
<Upload @success="handleSuccess" />
<Upload type="face" @success="handleSuccess" />
<Facedat class="m-face-parse-preview" :data="json" :lock="false" v-show="done" />
</div>
</div>
Expand Down

0 comments on commit c71ca87

Please sign in to comment.