Browse Source

feat: 新增 hr 子应用配置

xieyong 1 week ago
parent
commit
dc276fe175
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/micro-app.js

+ 5 - 0
src/micro-app.js

@@ -81,6 +81,11 @@ const microApps = [
     entry: '/bms/',
     activeRule: '/page-bms'
   },
+  {
+    name: 'hr',
+    entry: '/hr/',
+    activeRule: '/page-hr'
+  },
   {
     name: 'yms',
     entry: '/yms/',