|
@@ -15,9 +15,9 @@ 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 = ['all'];
|
|
// let devModules = ['index','statisticalReport','appoint','RMS','TMS'];
|
|
// let devModules = ['index','statisticalReport','appoint','RMS','TMS'];
|
|
-let devModules = ['index','SporadicManage','inward','WMS'];
|
|
|
|
|
|
+// let devModules = ['index','SporadicManage','inward','WMS'];
|
|
if (pathSrc.indexOf('node_modules') > -1) {
|
|
if (pathSrc.indexOf('node_modules') > -1) {
|
|
devModules = require('../../../cors.js').devModules;
|
|
devModules = require('../../../cors.js').devModules;
|
|
}
|
|
}
|