develop
parent
7c86e8be56
commit
53effa48e7
|
|
@ -7,7 +7,7 @@ VITE_PUBLIC_PATH = /
|
||||||
# Cross-domain proxy, you can configure multiple
|
# Cross-domain proxy, you can configure multiple
|
||||||
# Please note that no line breaks
|
# Please note that no line breaks
|
||||||
# http://36.133.205.221:81
|
# 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
|
# Delete console
|
||||||
VITE_DROP_CONSOLE = false
|
VITE_DROP_CONSOLE = false
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
chlorine: '氯',
|
chlorine: '氯',
|
||||||
conductivity: '电导率',
|
conductivity: '电导率',
|
||||||
oxygen: '氧气',
|
oxygen: '氧气',
|
||||||
|
nh3n: '氨氮',
|
||||||
ph: 'PH',
|
ph: 'PH',
|
||||||
temperature: '温度',
|
temperature: '温度',
|
||||||
turbidity: '浊度',
|
turbidity: '浊度',
|
||||||
|
|
@ -58,6 +59,7 @@
|
||||||
turbidity: 'NTU',
|
turbidity: 'NTU',
|
||||||
chlorine: 'mg/L',
|
chlorine: 'mg/L',
|
||||||
oxygen: 'mg/L',
|
oxygen: 'mg/L',
|
||||||
|
nh3n: 'mg/L',
|
||||||
ph: '',
|
ph: '',
|
||||||
}
|
}
|
||||||
const enumName1 = {
|
const enumName1 = {
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,13 @@
|
||||||
icon1: uicon1,
|
icon1: uicon1,
|
||||||
unit: 'mg/L',
|
unit: 'mg/L',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
lable: '氨氮',
|
||||||
|
value: 'nh3n',
|
||||||
|
icon: icon1,
|
||||||
|
icon1: uicon1,
|
||||||
|
unit: 'mg/L',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
lable: 'PH',
|
lable: 'PH',
|
||||||
value: 'ph',
|
value: 'ph',
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,11 @@
|
||||||
unit: 'mg/L',
|
unit: 'mg/L',
|
||||||
name: '溶解氧',
|
name: '溶解氧',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'nh3n',
|
||||||
|
unit: 'mg/L',
|
||||||
|
name: '氨氮',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'conductivity',
|
key: 'conductivity',
|
||||||
unit: 'uS/cm',
|
unit: 'uS/cm',
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,11 @@
|
||||||
unit: 'mg/L',
|
unit: 'mg/L',
|
||||||
name: '溶解氧',
|
name: '溶解氧',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'nh3n',
|
||||||
|
unit: 'mg/L',
|
||||||
|
name: '氨氮',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'conductivity',
|
key: 'conductivity',
|
||||||
unit: 'uS/cm',
|
unit: 'uS/cm',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue