Ver Fonte

feat: 新增ems微应用配置

yusheng há 2 meses atrás
pai
commit
c4f481cf73
1 ficheiros alterados com 9 adições e 2 exclusões
  1. 9 2
      src/micro-app.js

+ 9 - 2
src/micro-app.js

@@ -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'
   }
 ];