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/coordinate.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/coordinate.vue b/src/components/coordinate.vue index 32aa151..0c541ec 100644 --- a/src/components/coordinate.vue +++ b/src/components/coordinate.vue @@ -39,7 +39,6 @@ style=" margin-right: 50px; margin-top: 180px;" class="fixed-button">璁$畻鍧愭爣</el-button> <el-button @click="onClear" type="success" style=" margin-left: 80px; margin-top:180px" class="fixed-buttonB">娓呯┖鏁版嵁</el-button> </el-form> - </div> <div style="text-align: center;color: #f5f7fa;position: absolute;font-size: 12px;bottom:30px;left: 0;right: 0;"> <a target="_blank" id="icp">鍖椾含鍗庢槦鍖楁枟鏅烘帶鎶�鏈湁闄愬叕鍙哥増鏉冩墍鏈変含ICP澶�15062414鍙�-11</a> @@ -50,11 +49,11 @@ <script> import axios from 'axios'; -const url = 'http://39.106.210.13:8848/hxzkuwb/gnssToxy'; +const url = 'http://39.106.210.13:8087/gnssToxy'; +// const url = 'http://localhost:8888/hxzkuwb/gnssToxy'; // const url = 'http://127.0.0.1:8848/hxzkuwb/gnssToxy'; // const url = 'http://localhost:8848/Hxzkrd/compute/gnssToxy'; export default { - data() { return { dialogVisible: false, @@ -68,6 +67,7 @@ }; }, methods: { + goToDistance() { this.$router.push('/distance'); // 鏍规嵁鑷畾涔夌殑璺敱璁剧疆璺宠浆鍒版寚瀹氶〉闈� }, -- Gitblit v1.9.3