From 9d643bd9e55f48e388729b3b273ef22b931e8393 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 08 三月 2024 10:03:12 +0800
Subject: [PATCH] 数据上图
---
src/router/index.ts | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 6c56cd3..634ce22 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -88,6 +88,19 @@
meta: { title: '涓汉涓績', icon: 'user' }
}
]
+ },
+ {
+ path: '/td',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'edit',
+ component: () => import('@/views/td/data/editTd.vue'),
+ name: 'Edit',
+ meta: { title: '鏂板/淇敼鎸囨爣鏁版嵁', icon: '' }
+ }
+ ]
}
];
--
Gitblit v1.8.0