Skip to content

Commit 84337d3

Browse files
authored
Update ecs.vue
fix: 限定上传文件类型
1 parent 2e42011 commit 84337d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/ecs.vue

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<br />
3535
<v-file-input
3636
v-model="file"
37+
accept=".js"
3738
label="上传配置文件"
3839
@multiple="false"
3940
@change="loadFile()"

0 commit comments

Comments
 (0)