|
|
@@ -2,23 +2,23 @@ import store from './store';
|
|
|
const microApps = [
|
|
|
{
|
|
|
name: 'main-data',
|
|
|
- entry: process.env.VUE_APP_MAIN_DATA,
|
|
|
- activeRule: '/main-data'
|
|
|
+ entry: '/main-data/',
|
|
|
+ activeRule: '/page-main-data'
|
|
|
},
|
|
|
{
|
|
|
name: 'mes',
|
|
|
- entry: process.env.VUE_APP_MES,
|
|
|
- activeRule: '/mes'
|
|
|
+ entry: '/mes/',
|
|
|
+ activeRule: '/page-mes'
|
|
|
},
|
|
|
{
|
|
|
name: 'eam',
|
|
|
- entry: process.env.VUE_APP_EAM,
|
|
|
- activeRule: '/eam'
|
|
|
+ entry: '/eam/',
|
|
|
+ activeRule: '/page-eam'
|
|
|
},
|
|
|
{
|
|
|
name: 'aps',
|
|
|
- entry: process.env.VUE_APP_APS,
|
|
|
- activeRule: '/aps'
|
|
|
+ entry: '/aps/',
|
|
|
+ activeRule: '/page-aps'
|
|
|
}
|
|
|
];
|
|
|
|