Browse Source

store增加描述注释

Koishi 3 years ago
parent
commit
0ab35bb2b8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/store/index.js

+ 4 - 4
src/store/index.js

@@ -21,10 +21,10 @@ const store = createStore({
                // 升压站列表
                syzArray: [
                     {
-                         id: "MHS_FDC",
-                         isWarning: "0",
-                         name: "麻黄山",
-                         isMute: false,
+                         id: "MHS_FDC", // 升压站 ID
+                         isWarning: "0", // 升压站是否显示报警小红点
+                         name: "麻黄山", // 升压站中文名称
+                         isMute: false, // 升压站报警是否静音
                     },
                     {
                          id: "NSS_FDC",