Browse Source

chore: compose workflow api

master
wangxiang 2 years ago
parent
commit
52e60b9222
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      src/router/helper/routeHelper.ts

2
src/router/helper/routeHelper.ts

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
import type { AppRouteModule, AppRouteRecordRaw } from '/@/router/types';
import type { Router, RouteRecordNormalized } from 'vue-router';
import { getParentLayout, LAYOUT, PARENT_LAYOUT_NAME, EXCEPTION_COMPONENT } from '/@/router/constant';
import { getParentLayout, LAYOUT, EXCEPTION_COMPONENT } from '/@/router/constant';
import { warn } from '/@/utils/log';
import { cloneDeep, omit } from 'lodash-es';
import { createRouter, createWebHashHistory } from 'vue-router';

Loading…
Cancel
Save