yusheng 3 сар өмнө
parent
commit
8131822bdf
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      src/micro-app.js

+ 5 - 0
src/micro-app.js

@@ -75,6 +75,11 @@ const microApps = [
     name: 'ems',
     entry: '/ems/',
     activeRule: '/page-ems'
+  },
+  {
+    name: 'bms',
+    entry: '/bms/',
+    activeRule: '/page-bms'
   }
 ];