Ver Fonte

修复语法错误导致的前端编译异常

最新的一次合并,ConsoleNet.vue 少了个逗号。
koisi há 1 ano atrás
pai
commit
86fdf72856
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      web_src/src/components/console/ConsoleNet.vue

+ 1 - 1
web_src/src/components/console/ConsoleNet.vue

@@ -103,7 +103,7 @@ export default {
           bottom: "15px",
           selected: {},
         }
-      }
+      },
       chartEvents: {
         legendselectchanged: (item) => {
           this.extend.legend.selected = item.selected;