From 1cce27996dc6a5b9972aa9e5769084141529c766 Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Sat, 11 Oct 2025 10:37:07 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E6=B5=B8=E6=B6=A6=E7=BA=BF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 235 ++++++++++++++++++++++----------------- main.js | 6 +- manifest.json | 2 +- pages/aqjc/jrxOptions.js | 6 +- 4 files changed, 144 insertions(+), 105 deletions(-) diff --git a/App.vue b/App.vue index 1f25d15..000854b 100644 --- a/App.vue +++ b/App.vue @@ -1,117 +1,152 @@ +// } diff --git a/main.js b/main.js index fd774f1..d34ba69 100644 --- a/main.js +++ b/main.js @@ -8,8 +8,8 @@ import { } from '@escook/request-miniprogram' Vue.config.productionTip = false uni.$http = $http -// $http.baseUrl = 'http://223.75.53.141:83' -$http.baseUrl = 'http://local.gunshiiot.com:18083' +$http.baseUrl = 'http://223.75.53.141:83' +// $http.baseUrl = 'http://local.gunshiiot.com:18083' // $http.baseUrl = 'http://192.168.66.27:24105' // 请求拦截器 $http.beforeRequest = function (options) { @@ -28,7 +28,7 @@ $http.afterRequest = function (options) { } // uni.hideLoading() } -uni.$showMsg = function (title = '', duration = 1500) { +uni.$showMsg = function (title = '正请求中...', duration = 1500) { return uni.showToast({ title, duration, diff --git a/manifest.json b/manifest.json index d081ef4..49baf01 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "檀树岗水库", "appid" : "__UNI__33ED56F", "description" : "", - "versionName" : "1.0.1", + "versionName" : "1.0.0", "versionCode" : 1, "transformPx" : false, "app-plus" : { diff --git a/pages/aqjc/jrxOptions.js b/pages/aqjc/jrxOptions.js index 4a5c0c5..35a9d41 100644 --- a/pages/aqjc/jrxOptions.js +++ b/pages/aqjc/jrxOptions.js @@ -427,11 +427,15 @@ export default function jrxOptions(data = {}, type = "1",typeName='1') { symbol: 'none', symbolSize: 10, z: 1, + smooth: 0.6, // 设置平滑度 + smoothMonotone: 'x', // 保持 x 方向的单调性 itemStyle: { color: '#5487FF' }, lineStyle: { - color: '#5487FF', + color: '#5487FF', + width: 2, + curveness: 0.5 // 增加曲线程度 }, data: filteredArray },