张延森 3 years ago
parent
commit
b6de57d424
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/router/router.config.js

+ 6
- 0
src/router/router.config.js View File

@@ -23,6 +23,12 @@ export const constantRouterMap = [
23 23
         name: 'Apartment',
24 24
         component: () => import('@/views/apartment'),
25 25
         meta: { title: '公寓', keepAlive: false }
26
+      },
27
+      {
28
+        path: '/office',
29
+        name: 'Office',
30
+        component: () => import('@/views/office'),
31
+        meta: { title: '办公', keepAlive: false }
26 32
       }
27 33
     ]
28 34
   }