From 4afab589ea612470d96642107cf0f210da814841 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 06 Nov 2024 11:09:26 +0800
Subject: [PATCH] 园区概况跳转企业详情处理
---
src/router/index.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 02778d7..470182b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 16:35:31
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-31 18:22:25
+ * @LastEditTime: 2024-11-06 10:35:00
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -72,6 +72,21 @@
title: '救援队伍'
},
component: () => import('@/views/rt/index.vue')
+ },
+ {
+ path: 'sub',
+ name: 'sub',
+ component: () => import('@/views/sub/index.vue'),
+ redirect: '/layout/sub/a',
+ children: [
+ {
+ path: 'a',
+ meta: {
+ title: 'a示例'
+ },
+ component: () => import('@/views/a/index.vue')
+ },
+ ]
}
]
},
--
Gitblit v1.9.3