develop
ihzero 2024-05-28 22:55:11 +08:00
parent 7c86e8be56
commit 53effa48e7
5 changed files with 20 additions and 1 deletions

View File

@ -7,7 +7,7 @@ VITE_PUBLIC_PATH = /
# Cross-domain proxy, you can configure multiple
# Please note that no line breaks
# http://36.133.205.221:81
VITE_PROXY = [["/basic-api","https://lcny.sk797.cn"],["/upload","https://lcny.sk797.cn/api/web/upload"],['/live','https://open.ys7.com']]
VITE_PROXY = [["/basic-api","http://36.133.205.221:81"],["/upload","http://36.133.205.221:81/api/web/upload"],['/live','https://open.ys7.com']]
# Delete console
VITE_DROP_CONSOLE = false

View File

@ -48,6 +48,7 @@
chlorine: '氯',
conductivity: '电导率',
oxygen: '氧气',
nh3n: '氨氮',
ph: 'PH',
temperature: '温度',
turbidity: '浊度',
@ -58,6 +59,7 @@
turbidity: 'NTU',
chlorine: 'mg/L',
oxygen: 'mg/L',
nh3n: 'mg/L',
ph: '',
}
const enumName1 = {

View File

@ -236,6 +236,13 @@
icon1: uicon1,
unit: 'mg/L',
},
{
lable: '氨氮',
value: 'nh3n',
icon: icon1,
icon1: uicon1,
unit: 'mg/L',
},
{
lable: 'PH',
value: 'ph',

View File

@ -107,6 +107,11 @@
unit: 'mg/L',
name: '溶解氧',
},
{
key: 'nh3n',
unit: 'mg/L',
name: '氨氮',
},
{
key: 'conductivity',
unit: 'uS/cm',

View File

@ -94,6 +94,11 @@
unit: 'mg/L',
name: '溶解氧',
},
{
key: 'nh3n',
unit: 'mg/L',
name: '氨氮',
},
{
key: 'conductivity',
unit: 'uS/cm',