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