develop
parent
7c86e8be56
commit
53effa48e7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -236,6 +236,13 @@
|
|||
icon1: uicon1,
|
||||
unit: 'mg/L',
|
||||
},
|
||||
{
|
||||
lable: '氨氮',
|
||||
value: 'nh3n',
|
||||
icon: icon1,
|
||||
icon1: uicon1,
|
||||
unit: 'mg/L',
|
||||
},
|
||||
{
|
||||
lable: 'PH',
|
||||
value: 'ph',
|
||||
|
|
|
|||
|
|
@ -107,6 +107,11 @@
|
|||
unit: 'mg/L',
|
||||
name: '溶解氧',
|
||||
},
|
||||
{
|
||||
key: 'nh3n',
|
||||
unit: 'mg/L',
|
||||
name: '氨氮',
|
||||
},
|
||||
{
|
||||
key: 'conductivity',
|
||||
unit: 'uS/cm',
|
||||
|
|
|
|||
|
|
@ -94,6 +94,11 @@
|
|||
unit: 'mg/L',
|
||||
name: '溶解氧',
|
||||
},
|
||||
{
|
||||
key: 'nh3n',
|
||||
unit: 'mg/L',
|
||||
name: '氨氮',
|
||||
},
|
||||
{
|
||||
key: 'conductivity',
|
||||
unit: 'uS/cm',
|
||||
|
|
|
|||
Loading…
Reference in New Issue