【无】人员关系批量处理功能-qh的路由配置 #2
Showing
1 changed file
with
5 additions
and
0 deletions
@@ -227,6 +227,11 @@ const routes = [{ | @@ -227,6 +227,11 @@ const routes = [{ | ||
227 | name: 'orgBustype', | 227 | name: 'orgBustype', |
228 | component: () => myImport('views/orgBustype/index') | 228 | component: () => myImport('views/orgBustype/index') |
229 | }, | 229 | }, |
230 | + { | ||
231 | + path: '/vue3/batchChangeLeaders', | ||
232 | + name: 'batchChangeLeaders', | ||
233 | + component: () => myImport('views/batchChangeLeaders/index') | ||
234 | + } | ||
230 | ]; | 235 | ]; |
231 | 236 | ||
232 | // hash模式: createWebHashHistory | 237 | // hash模式: createWebHashHistory |
-
Please register or login to post a comment