|
|
|
|
@ -226,7 +226,7 @@
|
|
|
|
|
import Model from "./model.vue";
|
|
|
|
|
import { imgUrl } from "@/api/importExcel";
|
|
|
|
|
import { message } from "ant-design-vue";
|
|
|
|
|
import pointCloud from "../3DPointCloud/pointCloud.vue";
|
|
|
|
|
// import pointCloud from "../3DPointCloud/pointCloud.vue";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
@ -322,7 +322,7 @@ export default {
|
|
|
|
|
destroyed() {},
|
|
|
|
|
components: {
|
|
|
|
|
Model,
|
|
|
|
|
pointCloud,
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
handleChangeVlue(value) {
|
|
|
|
|
|