| | |
| | | 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> |
| | |
| | | |
| | | <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, |
| | |
| | | }; |
| | | }, |
| | | methods: { |
| | | |
| | | goToDistance() { |
| | | this.$router.push('/distance'); // 根据自定义的路由设置跳转到指定页面 |
| | | }, |