فهرست منبع

Merge branch 'dev' into test

liujt 4 هفته پیش
والد
کامیت
f4a138c73e
1فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  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'
   }
 ];