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