fei.wang
2025-01-23 084dd988ee8e655227436a4894d26cd64043806f
src/components/toplane.vue
@@ -13,13 +13,13 @@
            <!-- <el-form :inline="true" :label-position="labelPosition" label-width="80px" :model="formLabelAlign"> -->
            <div style="display: flex; ">
                <div style="width:16%;height: 60px;border-right: 1px solid black">
                <div style="width:15.9%;height: 60px;border-right: 1px solid black">
                    <h2 style="color: #f5f7fa;margin-left: 5px;width: 50px;">名称</h2>
                </div>
                <div style="width:42%;height: 60px;border-right: 1px solid black">
                    <h3 style="color: #f5f7fa;font-size: 18px;">激光点云</h3>
                </div>
                <div style="width:42%;height: 60px;">
                <div style="width:41.9%;height: 60px;">
                    <h3 style="color: #f5f7fa;font-size: 18px;">CAD地图</h3>
                </div>
            </div>
@@ -275,9 +275,11 @@
//  String posPlane = "158,596,0;671,596,0;158,1430,0";
//             String posPointCloud = "3.851,8.806,-0.207;7.68,5.362,-0.197;-1.71,2.54,-0.21";
//         String posPointCloudCheck = "-1.161,3.115,2.424";
// 成功获取到后端数据 161.5472106600515;1352.1185150148528;263.3654095401726;
import axios from 'axios';
//const dfurl = 'http://39.106.210.13:8848/hxzkuwb/ddmm2d';
const plane = 'http://39.106.210.13:8848/hxzkuwb/toplane';
const plane = 'http://39.106.210.13:8087/toplane';
// const plane = 'http://localhost:8888/hxzkuwb/toplane';
// const dfurl = 'http://127.0.0.1:8848/hxzkuwb/ddmm2d';
// const duurl = 'http://127.0.0.1:8848/hxzkuwb/dd2ddmm';
// const dfurl = 'http://localhost:8848/Hxzkrd/compute/ddmm2d';
@@ -320,37 +322,6 @@
                planeDY: '',
                planeDZ: '',
            },
            // labelPosition: 'right',
            // formLabelAlign: {
            //     df: '',
            //     du: '',
            //     resdu: '',
            //     resdf: ''
            // },
            // tableData: [
            //     {
            //         name: '已知A点',
            //         todayBuy: 300,
            //         monthBuy: 2200,
            //         totalBuy: 24000
            //     },
            //     {
            //         name: '已知B点',
            //         todayBuy: 300,
            //         monthBuy: 2200,
            //         totalBuy: 24000
            //     },
            //     {
            //         name: '已知C点',
            //         todayBuy: 300,
            //         monthBuy: 2200,
            //         totalBuy: 24000
            //     }
            // ],
        };
    },