Parcourir la source

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

最新的一次合并,ConsoleNet.vue 少了个逗号。
koisi il y a 1 an
Parent
commit
86fdf72856
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;