From 084dd988ee8e655227436a4894d26cd64043806f Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期四, 23 一月 2025 09:29:46 +0800 Subject: [PATCH] 稳定版提交 --- src/components/toplane.vue | 39 +++++---------------------------------- 1 files changed, 5 insertions(+), 34 deletions(-) diff --git a/src/components/toplane.vue b/src/components/toplane.vue index 07ab711..33e9f99 100644 --- a/src/components/toplane.vue +++ b/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 - // } - // ], - - }; }, -- Gitblit v1.9.3