当前湿度
- {{ systemStore.systemStatus.humidity }}
+ {{ systemStore.systemSensor.humidity }}
%RH
@@ -251,10 +260,10 @@ const dehumidifierStop = () => {
%RH
-
+
开始除湿
-
+
停止除湿
diff --git a/vite.config.ts b/vite.config.ts
index 6cd72a9..3488468 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -76,8 +76,8 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
- target: 'http://192.168.1.199:8080',
- // target: 'http://192.168.1.200:8080',
+ // target: 'http://192.168.1.199:8080',
+ target: 'http://192.168.1.200:8080',
// secure: false,
changeOrigin: true, // 是否跨域
rewrite: path => path.replace(/^\/api/, 'api'),