fix(表格组件):修改表格组件分页为后端分页
This commit is contained in:
+12
-1
@@ -61,13 +61,24 @@ const routes = [
|
||||
path: 'test',
|
||||
component: () => import('@/views/layout/Users.vue'),
|
||||
meta: {
|
||||
title: '用户管理',
|
||||
title: '充值中心',
|
||||
icon: 'inbox',
|
||||
showInMenu: true,
|
||||
showInUser:false,
|
||||
isHome:false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'api',
|
||||
component: () => import('@/views/layout/Dashboard.vue'),
|
||||
meta: {
|
||||
title: 'API管理',
|
||||
icon: 'home',
|
||||
showInMenu: true,
|
||||
showInUser:false,
|
||||
isHome:true
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user