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