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
},