|
@@ -16,9 +16,9 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
|
|
|
// 统计报表 组织机构/系统管理 采购 仓储
|
|
|
// 'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
|
|
|
|
|
|
-//let devModules = ['all']
|
|
|
+let devModules = ['all']
|
|
|
//let devModules=['index']
|
|
|
-let devModules = ['index', 'statisticalReport','sale','TMS','RMS','systemConfig','appoint']
|
|
|
+//let devModules = ['index', 'statisticalReport','sale','TMS','RMS','systemConfig','appoint']
|
|
|
// let devModules = ['index', 'ADMINISTRATORS']
|
|
|
|
|
|
if (pathSrc.indexOf('node_modules') > -1) {
|