Commit cd51bd75dae909dc06b6c1a9feebe67b403e952b

Authored by fengwotao
1 parent 1f0e2f64

fix:修改账号详情

Showing 1 changed file with 2 additions and 2 deletions
@@ -46,8 +46,8 @@ export const AccountDetail: AppRouteRecordRaw = { @@ -46,8 +46,8 @@ export const AccountDetail: AppRouteRecordRaw = {
46 { 46 {
47 path: 'account_detail/:id', 47 path: 'account_detail/:id',
48 name: 'Account_Detail', 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 meta: { 51 meta: {
52 title: '用户详情', 52 title: '用户详情',
53 }, 53 },