浏览代码

Merge branch 'dev' into test

liujt 2 月之前
父节点
当前提交
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'
   }
 ];