Explorar el Código

feat: 目标检测预测接口前端对接完成

WANGKANG hace 8 meses
padre
commit
197683f982
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/demo/AlgorithmModelTrack/index.vue

+ 1 - 1
src/views/demo/AlgorithmModelTrack/index.vue

@@ -274,7 +274,7 @@ const setItemsOptions = () => {
       compOptions: {
         elTagName: 'file-upload',
         fileSize: 4096,
-        fileType: ['pt'],
+        fileType: ['pt', 'zip'],
         placeholder: '请上传模型文件'
       }
     },