Jelajahi Sumber

新的子系统

yusheng 3 minggu lalu
induk
melakukan
452b7b052b
1 mengubah file dengan 8 tambahan dan 3 penghapusan
  1. 8 3
      src/micro-app.js

+ 8 - 3
src/micro-app.js

@@ -82,9 +82,14 @@ const microApps = [
     activeRule: '/page-bms'
     activeRule: '/page-bms'
   },
   },
   {
   {
-    name: 'cctv',
-    entry: '/cctv/',
-    activeRule: '/page-cctv'
+    name: 'yms',
+    entry: '/yms/',
+    activeRule: '/page-yms'
+  },
+  {
+    name: 'ehs',
+    entry: '/ehs/',
+    activeRule: '/page-ehs'
   }
   }
 ];
 ];