houyaf 3 年之前
父節點
當前提交
74d12c3826
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: {