@@ -1,4 +1,5 @@
import store from './store';
+
const microApps = [
{
name: 'wt',
@@ -49,14 +50,11 @@ const microApps = [
entry: '/vis/',
activeRule: '/page-vis'
},
-
+ {
+ name: 'pm',
+ entry: '/pm/',
+ activeRule: '/page-pm'
+ }
];
const apps = microApps.map((item) => {