@@ -270,6 +270,10 @@ const items = ref({
]
})
+if (import.meta.env.VITE_NODE_ENV === 'production') {
+ items.value.options = items.value.options.filter(e => e.key !== 'analysis')
+}
+
// 选择文件
const fileInput = ref()