Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -46,8 +46,8 @@ export const AccountDetail: AppRouteRecordRaw = { |
46 | 46 | { |
47 | 47 | path: 'account_detail/:id', |
48 | 48 | name: 'Account_Detail', |
49 | - // component: () => import('/@/views/system/account/AccountDetail.vue'), | |
50 | - component: () => import('../../views/alarm/config/ContactDrawer.vue'), | |
49 | + component: () => import('/@/views/system/account/AccountDetail.vue'), | |
50 | + // component: () => import('../../views/alarm/config/ContactDrawer.vue'), | |
51 | 51 | meta: { |
52 | 52 | title: '用户详情', |
53 | 53 | }, | ... | ... |