fei.wang
2025-01-23 084dd988ee8e655227436a4894d26cd64043806f
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'); // 根据自定义的路由设置跳转到指定页面
        },