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