Riku
2025-03-27 c7a16ca1b6fbcb0b82a4a09c2e75014624082e37
src/constant/radio-options/options.js
@@ -45,6 +45,9 @@
  }
];
// 默认选项 PM2.5
export const default1 = option1[5].value;
export const option2 = [
  {
    label: '温度',
@@ -72,3 +75,6 @@
    value: '5'
  }
];
// 默认选项 温度
export const default2 = option2[0].value;