lrf 2 年之前
父节点
当前提交
776528a41f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/table-template.js

+ 1 - 1
app/public/table-template.js

@@ -24,7 +24,7 @@ module.exports = (data) => {
       const pluginStr = `const ${type}Plugin = require('${path}');\n`;
       if (pluginHead.indexOf(pluginStr) <= -1) pluginHead += pluginStr;
       pluginArea += `schema.plugin(${type}Plugin(${JSON.stringify(params)}));\n`;
-      conigArr.push(title);
+      configArr.push(title);
     }
   }