luohairen
2024-11-14 458a16314b4ffee596490ba5c44878570287b21b
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}