소스 검색

育种管理

yusheng 3 달 전
부모
커밋
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'
   }
 ];