Преглед изворни кода

增加极简低代码菜单

tongshangming пре 2 година
родитељ
комит
f25fc306b6
1 измењених фајлова са 9 додато и 0 уклоњено
  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',