|
@@ -7,7 +7,7 @@ import projectQuality from './modules/projectQuality';
|
|
|
import User from './modules/user';
|
|
|
import System from './modules/system';
|
|
|
import Report from './modules/report';
|
|
|
-
|
|
|
+import Intelligence from './modules/intelligence';
|
|
|
const asyncRoutes = [
|
|
|
myWorkbenches,
|
|
|
serviceUnit,
|
|
@@ -18,6 +18,7 @@ const asyncRoutes = [
|
|
|
User,
|
|
|
System,
|
|
|
Report,
|
|
|
+ Intelligence,
|
|
|
];
|
|
|
export const moduleMap = asyncRoutes.reduce((obj, item) => {
|
|
|
obj[item.path.slice(1)] = item.name;
|