fix(表格组件):修改表格组件分页为后端分页

This commit is contained in:
南浔
2025-07-21 16:06:23 +08:00
parent 909c6516ad
commit e8d1ec28ce
4 changed files with 45 additions and 104 deletions
+12 -1
View File
@@ -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
}
},
]
}
]