Browse Source

Merge branch 'dev' into test

liujt 3 weeks ago
parent
commit
f4a138c73e
1 changed files with 8 additions and 3 deletions
  1. 8 3
      src/micro-app.js

+ 8 - 3
src/micro-app.js

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