diff --git a/.env b/.env index 5bd684a..53e7bd7 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ \ No newline at end of file +VITE_BASE_WS1_URL=ws://192.168.8.12:19001/ +VITE_BASE_WS2_URL=ws://192.168.8.12:19002/ \ No newline at end of file diff --git a/publish.ps1 b/publish.ps1 index 22fd9c8..3dde00a 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -6,15 +6,15 @@ Rename-Item -Path ./dist -NewName $now # compress dist to app.zip Compress-Archive -Path ./$now -DestinationPath ./app.zip -Force # upload app.zip to server -scp app.zip root@192.168.8.10:/frontend/ +scp app.zip root@192.168.8.12:/frontend/ # unzip app.zip -ssh root:zwsd@192.168.8.10 "cd /frontend && unzip app.zip" +ssh root:zwsd@192.168.8.12 "cd /frontend && unzip app.zip" # remove old link -ssh root:zwsd@192.168.8.10 "cd /frontend && rm -f dist" +ssh root:zwsd@192.168.8.12 "cd /frontend && rm -f dist" # create link -ssh root:zwsd@192.168.8.10 "cd /frontend && ln -s /frontend/$now /frontend/dist" +ssh root:zwsd@192.168.8.12 "cd /frontend && ln -s /frontend/$now /frontend/dist" # remove app.zip -ssh root:zwsd@192.168.8.10 "cd /frontend && rm -f app.zip" +ssh root:zwsd@192.168.8.12 "cd /frontend && rm -f app.zip" Remove-Item -Path ./app.zip # remove folder Remove-Item -Path ./$now -Recurse diff --git a/src/components/AddPreSetting.vue b/src/components/AddPreSetting.vue index db56ca5..e5ef66d 100644 --- a/src/components/AddPreSetting.vue +++ b/src/components/AddPreSetting.vue @@ -3,99 +3,71 @@
注射蠕动泵速率(g/min)
-
消毒停止过氧化氢浓度(ppm)
-
消毒继续过氧化氢浓度(ppm)
-
消毒停止相对湿度(%RH)
-
消毒继续相对湿度(%RH)
-
消毒停止过氧化氢相对饱和度(%RS)
-
消毒继续过氧化氢相对饱和度(%RS)
-
@@ -345,7 +341,7 @@ const handleClickInput = () => {
.mb {
margin-bottom: 18px;
}
- .add_liquid_wrap {
+ :deep(.add_liquid_wrap) {
position: relative;
width: 340px;
height: 221px;
diff --git a/src/components/MyInput.vue b/src/components/MyInput.vue
new file mode 100644
index 0000000..c018056
--- /dev/null
+++ b/src/components/MyInput.vue
@@ -0,0 +1,89 @@
+
+
注射蠕动泵速率(g/min)
-
消毒停止过氧化氢浓度(ppm)
-
消毒继续过氧化氢浓度(ppm)
-
消毒停止相对湿度(%RH)
-
消毒继续相对湿度(%RH)
-
消毒停止过氧化氢相对饱和度(%RS)
-
消毒继续过氧化氢相对饱和度(%RS)
-
正负压默认开合比例
-
允许消毒最大湿度(%RH)
-
预热时间(s)
-
注射蠕动泵
g/min
消毒停止过氧化氢浓度(ppm)
-
消毒继续过氧化氢浓度(ppm)
-
消毒停止相对湿度(%RH)
-
消毒继续相对湿度(%RH)
-
消毒停止过氧化氢相对饱和度(%RS)
-
消毒继续过氧化氢相对饱和度(%RS)
-
注射蠕动泵速率(g/min)
-