Browse Source

新增 wt

ysy 2 years ago
parent
commit
e0753b6ddc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/micro-app.js

+ 5 - 0
src/micro-app.js

@@ -1,5 +1,10 @@
 import store from './store';
 const microApps = [
+  {
+    name: 'wt',
+    entry: '/wt/',
+    activeRule: '/page-wt'
+  },
   {
     name: 'page-main-data',
     entry: '/main-data/',