Merge branch 'dev'
Showing
2 changed files
with
2 additions
and
2 deletions
1 | /* | 1 | /* |
2 | * @Description :路由配置 | 2 | * @Description :路由配置 |
3 | * @Autor : miaofang | 3 | * @Autor : miaofang |
4 | * @LastEditTime: 2023-06-08 14:24:36 | 4 | * @LastEditTime: 2023-06-09 09:21:27 |
5 | */ | 5 | */ |
6 | import Vue from 'vue' | 6 | import Vue from 'vue' |
7 | import Router from 'vue-router' | 7 | import Router from 'vue-router' |
... | @@ -214,7 +214,7 @@ export const asyncRoutes = [ | ... | @@ -214,7 +214,7 @@ export const asyncRoutes = [ |
214 | children: [ | 214 | children: [ |
215 | { | 215 | { |
216 | path: 'dictionaries', | 216 | path: 'dictionaries', |
217 | component: () => import('@/views/system/dictionaries/dictionaries.vue'), | 217 | component: () => import('@/views/system/dictionaries/dictionaries'), |
218 | name: 'dictionaries', | 218 | name: 'dictionaries', |
219 | meta: { title: '字典管理' } | 219 | meta: { title: '字典管理' } |
220 | }, | 220 | }, | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment