huk 3 年之前
父節點
當前提交
8500a7faae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/utils.js

+ 1 - 1
build/utils.js

@@ -17,7 +17,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
 let devModules = ['all'];
 let devModules = ['all'];
 // let devModules = ['index','statisticalReport','appoint','RMS','TMS'];
 // let devModules = ['index','statisticalReport','appoint','RMS','TMS'];
-let devModules = ['index'];
+// let devModules = ['index'];
 if (pathSrc.indexOf('node_modules') > -1) {
 if (pathSrc.indexOf('node_modules') > -1) {
     devModules = require('../../../cors.js').devModules;
     devModules = require('../../../cors.js').devModules;
 }
 }