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