|
|
@@ -4,12 +4,13 @@ import fileMain from '@/components/addDoc/index.vue';
|
|
|
const microApps = [
|
|
|
{
|
|
|
name: 'wt',
|
|
|
+ // entry: 'http://192.168.1.120:8082/wt/',
|
|
|
entry: '/wt/',
|
|
|
activeRule: '/page-wt'
|
|
|
},
|
|
|
{
|
|
|
name: 'page-main-data',
|
|
|
- // entry: 'http://localhost:8081/main-data/',
|
|
|
+ // entry: 'http://localhost:8082/main-data/',
|
|
|
entry: '/main-data/',
|
|
|
activeRule: '/page-main-data'
|
|
|
},
|
|
|
@@ -38,6 +39,7 @@ const microApps = [
|
|
|
|
|
|
{
|
|
|
name: 'qms',
|
|
|
+ // entry: 'http://192.168.1.120:8080/qms/',
|
|
|
entry: '/qms/',
|
|
|
activeRule: '/page-qms'
|
|
|
},
|
|
|
@@ -65,9 +67,14 @@ const microApps = [
|
|
|
},
|
|
|
{
|
|
|
name: 'pcs',
|
|
|
- // entry: 'http://localhost:8080/pcs/',
|
|
|
+ // entry: 'http://192.168.1.120:8083/pcs/',
|
|
|
entry: '/pcs/',
|
|
|
activeRule: '/page-pcs'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'ems',
|
|
|
+ entry: '/ems/',
|
|
|
+ activeRule: '/page-ems'
|
|
|
}
|
|
|
];
|
|
|
|