xiangpei
2024-06-03 86e3ad8e496cf31f7466223c16bfe1eb35a23280
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}