bug
lohir
2024-10-16 e617375a18230f8039c6df186a00ef03e61a9c1c
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}