From 010ce04ba6e27f2bd603cec692d2695d7a8a3c1f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 07 五月 2025 08:38:18 +0800 Subject: [PATCH] fix:修改水温深度监测 --- src/config/index.js | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index a52f57e..c9045de 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -1,3 +1,16 @@ +// 水温深度选择器配置 +export const deepCOnfig = [ + { label: '10米', value: 10 }, + { label: '20米', value: 20 }, + { label: '30米', value: 30 }, + { label: '40米', value: 40 }, + { label: '50米', value: 50 }, + { label: '60米', value: 60 }, + { label: '70米', value: 70 }, + { label: '80米', value: 80 }, + { label: '90米', value: 90 }, + { label: '100米', value: 100 }, +] -// export const PREURL = 'http://113.250.189.120:8029/upload' //图片地址 -export const PREURL = 'https://www.huiwuyuntong.com/water-qinghe-beta/upload' //图片地址 \ No newline at end of file +// 水温报表配置 +export const deepTableConfig = [ 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150 ] \ No newline at end of file -- Gitblit v1.9.3