Explorar el Código

update router

wangxiao hace 2 años
padre
commit
f87554d298
Se han modificado 1 ficheros con 18 adiciones y 8 borrados
  1. 18 8
      src/router/index.ts

+ 18 - 8
src/router/index.ts

@@ -139,12 +139,6 @@ export const routes: Array<ROUTER.RoutesProps> = [
         name: '数据服务文档',
         name: '数据服务文档',
         component: () => import('@/pages/iot/doc/dataDoc.vue'),
         component: () => import('@/pages/iot/doc/dataDoc.vue'),
         icon: 'CoffeeOutlined'
         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/',
     path: 'http://cloudview.jiaolongcloud.com/',
-    name: '云图文档',
+    name: '低代码',
     meta: {
     meta: {
-      title: '云图文档'
+      title: '低代码'
     },
     },
     link: true
     link: true
   }
   }