houyaf 3 years ago
parent
commit
74d12c3826
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/modules/biz.ts

+ 1 - 1
src/router/modules/biz.ts

@@ -14,7 +14,7 @@ const routes: RouteRecordRaw[] = [
     },
     children: [
       {
-        path: '业务模型',
+        path: 'index',
         name: 'biz_object_index',
         component: () => import('@/views/biz/object/index.vue'),
         meta: {