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