From a922d431bd8670cddd7670a231e4dd6ff49c495e Mon Sep 17 00:00:00 2001 From: zhangqi <727393967@qq.com> Date: Wed, 24 Sep 2025 16:56:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=A6=96=E9=A1=B5=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9C=80=E8=BF=91=E7=9A=8410=E4=B8=AA?= =?UTF-8?q?=E8=88=AA=E6=AC=A1=EF=BC=9B=202.=E5=9C=B0=E5=9B=BE=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=A2=9E=E5=8A=A0=E5=B0=8F=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=EF=BC=88=E8=88=B9=EF=BC=89=EF=BC=8C=E9=BC=A0=E6=A0=87=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E5=88=B0=E5=9B=BE=E6=A0=87=E4=B8=8A=E5=90=8E=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=BF=9910=E4=B8=AA=E8=88=AA=E6=AC=A1=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=9B=203.=E7=82=B9=E5=87=BB=EF=BC=9A?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=AB=98=E4=BA=AE=E3=80=81=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E9=AB=98=E4=BA=AE=E5=9B=BE=E5=B1=82=E3=80=81?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=AF=B9=E5=BA=94=E7=9A=84=E8=88=AA=E6=AC=A1?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E5=9B=BE=E5=B1=82=E3=80=81=EF=BC=8C=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=EF=BC=8C=E5=8F=96=E6=B6=88=E8=88=AA?= =?UTF-8?q?=E6=AC=A1=E8=AE=B0=E5=BD=95=E9=AB=98=E4=BA=AE=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E8=AF=A5=E8=88=AA=E6=AC=A1=E9=AB=98=E4=BA=AE=E7=AA=81?= =?UTF-8?q?=E5=87=BA;=204.Checkbox=E6=A1=86=EF=BC=9A=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E4=BB=A3=E8=A1=A8=E8=AF=A5=E8=88=AA=E6=AC=A1=E5=9B=BE=E5=B1=82?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=9C=B0=E5=9B=BE=E4=B8=8A=EF=BC=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=99=E9=9A=90=E8=97=8F=E8=AF=A5=E8=88=AA?= =?UTF-8?q?=E6=AC=A1=E5=9B=BE=E5=B1=82=E3=80=82=E9=BB=98=E8=AE=A410?= =?UTF-8?q?=E4=B8=AA=E8=88=AA=E6=AC=A1=E5=85=A8=E9=83=A8=E9=80=89=E4=B8=AD?= =?UTF-8?q?;=205.=E5=A2=9E=E5=8A=A04500=E7=B1=B3=E3=80=816000=E7=B1=B3?= =?UTF-8?q?=E7=AD=89=E6=B7=B1=E7=BA=BF=E6=8C=89=E9=92=AE=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=A7=A6=E5=8F=91=EF=BC=9A=E5=8A=A0=E8=BD=BD/?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AF=B9=E5=BA=94=E7=9A=84=E7=AD=89=E6=B7=B1?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 3 +- src/api/home.js | 5 +- src/views/home.vue | 332 ++++++++++++++++++++++++++---------- static/images/boat_icon.png | Bin 0 -> 2604 bytes 4 files changed, 244 insertions(+), 96 deletions(-) create mode 100644 static/images/boat_icon.png diff --git a/config/index.js b/config/index.js index e7a8606..2261511 100644 --- a/config/index.js +++ b/config/index.js @@ -5,6 +5,7 @@ const path = require('path') module.exports = { + lintOnSave: false, dev: { // Paths @@ -26,7 +27,7 @@ module.exports = { }, '/geoserver': { // target: 'http://120.48.105.88', // 线上 - target: 'http://124.16.219.154:8080', // 测试环境 + target: 'http://124.222.8.13:9801', // 测试环境 changeOrigin: true, // 是否跨域 secure: false, // 是否使用https pathRewrite: { diff --git a/src/api/home.js b/src/api/home.js index b45201e..c6dc928 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -55,10 +55,11 @@ export function saveVisits(data) { // } // 航次列表 -export function getVoyage() { +export function getVoyage(query) { return request({ url: '/voyage/reg/page.htm', - method: 'get' + method: 'get', + params: query }) } diff --git a/src/views/home.vue b/src/views/home.vue index acacfc5..32462ba 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -63,30 +63,44 @@
- -
- -
+ +
+ 等深线: + + {{ depth }}米 + +
+ + + + +
+ +
+
@@ -232,7 +246,7 @@