From 8e29fdae3e7dde32579495be389e5110785b95aa Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 06 Nov 2024 14:52:54 +0800
Subject: [PATCH] 企业详情

---
 src/router/index.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 470182b..a7660ae 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -77,14 +77,14 @@
         path: 'sub',
         name: 'sub',
         component: () => import('@/views/sub/index.vue'),
-        redirect: '/layout/sub/a',
+        redirect: '/layout/sub/companyInfo',
         children: [
           {
-            path: 'a',
+            path: 'companyInfo',
             meta: {
               title: 'a示例'
             },
-            component: () => import('@/views/a/index.vue')
+            component: () => import('@/views/companyInfo/index.vue')
           },
         ]
       }
@@ -100,4 +100,4 @@
   routes
 })
 
-export default router
\ No newline at end of file
+export default router

--
Gitblit v1.9.3