Browse Source

增加极简低代码菜单

tongshangming 2 years ago
parent
commit
f25fc306b6
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/router/asyncRouter.ts

+ 9 - 0
src/router/asyncRouter.ts

@@ -10,6 +10,15 @@ const asyncRouter: RouteRecordRaw[] = [
       icon: 'House'
     }
   },
+  {
+    path: 'https://jijian.sxidc.com/',
+    name: 'jijian',
+    component: () => ({}),
+    meta: {
+      title: '极简低代码',
+      icon: 'Aim'
+    }
+  },
   {
     path: '/system',
     name: 'system',