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