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: {