Browse Source

feat: 新增 cctv 微应用

yusheng 1 month ago
parent
commit
3520ffaa6f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/micro-app.js

+ 5 - 0
src/micro-app.js

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