Browse Source

update router

wangxiao 2 năm trước cách đây
mục cha
commit
f87554d298
1 tập tin đã thay đổi với 18 bổ sung8 xóa
  1. 18 8
      src/router/index.ts

+ 18 - 8
src/router/index.ts

@@ -139,12 +139,6 @@ export const routes: Array<ROUTER.RoutesProps> = [
         name: '数据服务文档',
         component: () => import('@/pages/iot/doc/dataDoc.vue'),
         icon: 'CoffeeOutlined'
-      },
-      {
-        path: 'http://cloudview.jiaolongcloud.com/',
-        name: '云图文档',
-        link: true,
-        icon: 'LinkOutlined'
       }
     ]
   },
@@ -195,11 +189,27 @@ export const routes: Array<ROUTER.RoutesProps> = [
       }
     ]
   },
+  {
+    path: 'http://124.222.113.37:12345/dolphinscheduler/ui',
+    name: '数据中台',
+    meta: {
+      title: '数据中台'
+    },
+    link: true
+  },
+  {
+    path: 'http://cloudview.jiaolongcloud.com/',
+    name: '可视化',
+    meta: {
+      title: '可视化'
+    },
+    link: true
+  },
   {
     path: 'http://cloudview.jiaolongcloud.com/',
-    name: '云图文档',
+    name: '低代码',
     meta: {
-      title: '云图文档'
+      title: '低代码'
     },
     link: true
   }