Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
1502c978127f86cec470d93a8b1f8635f0da46c2
Authored by
ww
2023-09-14 10:25:51 +0800
1 parent
9fd33ee3
perf: 优化物模型导入只能选择json文件导入
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/profiles/step/PhysicalModelManagementStep.vue
src/views/device/profiles/step/PhysicalModelManagementStep.vue
View file @
1502c97
...
...
@@ -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
>
...
...