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