Commit 1502c978127f86cec470d93a8b1f8635f0da46c2

Authored by ww
1 parent 9fd33ee3

perf: 优化物模型导入只能选择json文件导入

... ... @@ -36,6 +36,7 @@
36 36 <Authority value="api:yt:things_model:import">
37 37 <Upload
38 38 v-if="isShowBtn"
  39 + accept=".json,"
39 40 :show-upload-list="false"
40 41 :customRequest="handleImportModel"
41 42 >
... ...