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