Browse Source

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-portal into dev

liujt 3 weeks ago
parent
commit
5440fec3ff
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'
   }
 ];