| | |
| | | import TreeMenu from "@/components/giantTree/index" |
| | | import LocalVedioList from "@/components/subComponents/LocalVedioList" |
| | | import FileUpload from "@/components/subComponents/FileUpload/index" |
| | | import XLSX from "xlsx" |
| | | // import XLSX from "xlsx" |
| | | import * as XLSX from "xlsx/xlsx.mjs" |
| | | import { findCluster } from "@/api/clusterManage" |
| | | |
| | | export default { |
| | |
| | | } |
| | | } catch (e) { |
| | | this.menuLoading = false |
| | | this.$message.warning("文件类型不正确!") |
| | | this.$message.warning("文件类型不正确!" + e) |
| | | } |
| | | } |
| | | fileReader.readAsBinaryString(_file) |