|
@@ -15,13 +15,10 @@ const devPathSrc = path.resolve(__dirname, "../../../src"); // node_modules应
|
|
// ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
|
|
// ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
|
|
// 统计报表 组织机构/系统管理 采购 仓储
|
|
// 统计报表 组织机构/系统管理 采购 仓储
|
|
// 'statisticalReport','systemConfig','TMS','WMS','workFlow']
|
|
// 'statisticalReport','systemConfig','TMS','WMS','workFlow']
|
|
-
|
|
|
|
-let devModules = ['all'];
|
|
|
|
-
|
|
|
|
|
|
+let devModules = ['index','appoint','TMS'];
|
|
// let devModules = ['index','appoint','sale','statisticalReport','RMS','TMS','WMS']
|
|
// let devModules = ['index','appoint','sale','statisticalReport','RMS','TMS','WMS']
|
|
// let devModules = ["index", "ADMINISTRATORS", "RMS"];
|
|
// let devModules = ["index", "ADMINISTRATORS", "RMS"];
|
|
// let devModules = ["index", "inward", "statisticalReport"];
|
|
// let devModules = ["index", "inward", "statisticalReport"];
|
|
-
|
|
|
|
// let devModules = ['index','statisticalReport','inward']
|
|
// let devModules = ['index','statisticalReport','inward']
|
|
|
|
|
|
if (pathSrc.indexOf("node_modules") > -1) {
|
|
if (pathSrc.indexOf("node_modules") > -1) {
|